-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rip the stuff into separate repos #3
Comments
Can you elaborate what "stuff" you're targeting to "rip into separate repos", and what's the value in that? |
The value is PEP508 dependency specifier:
this repo
move each folder into an own repo using |
I'm not sure if
|
I was the one of the people who has started to use that feature since it got introduced. Subsequentially I felt like it is not such a good idea, because when a dep is specified this way, Also, since GitHub now allows partial fetches, it is not such a severe requirement. Though we cannot specify it in PEP 508 way, for Please note: |
Now it is problematic to reference python runtime as a package which should be installed from git, not pypi.
The text was updated successfully, but these errors were encountered: