Skip to content

Commit

Permalink
Use PEP508 project names in requirements instead of egg fragments
Browse files Browse the repository at this point in the history
See https://peps.python.org/pep-0508/.
Pip documentation claims use of `egg` url fragments is now largely
discouraged, see e.g. here:
https://discuss.python.org/t/killing-off-the-egg-fragment-once-and-for-all/21660

In particular, `uv` does not support that fragment.
  • Loading branch information
lukasjuhrich committed Mar 30, 2024
1 parent a6af631 commit 6098b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pytest-timeout~=2.1.0
pytest-cov~=4.0.0
# required for pycharm „run with coverage“ reporting
coverage~=6.5.0
git+https://github.com/lukasjuhrich/sqlalchemy_schemadisplay.git@master#egg=sqlalchemy-schemadisplay
sqlalchemy-schemadisplay @ git+https://github.com/lukasjuhrich/sqlalchemy_schemadisplay.git@master
sphinx~=5.1.1
sphinx-autobuild~=2021.3.14
git+https://github.com/agdsn/guzzle_sphinx_theme.git@977d49fcbdf2b3df9660d813d4b33369391923e1#egg=guzzle-sphinx-theme
guzzle-sphinx-theme @ git+https://github.com/agdsn/guzzle_sphinx_theme.git@977d49fcbdf2b3df9660d813d4b33369391923e1
mypy~=1.8.0
celery-types~=0.9.3
types-jsonschema~=4.3.0
Expand Down

0 comments on commit 6098b43

Please sign in to comment.