Skip to content

Commit

Permalink
Use git+https consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Dec 3, 2021
1 parent 7d39a60 commit 5077bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ pyyaml >= 5.1
astropy >= 4.0
click >7.0
sqlalchemy >= 1.3
git+git://github.com/lsst/sphgeom@main#egg=lsst_sphgeom
git+git://github.com/lsst/utils@main#egg=lsst_utils
git+git://github.com/lsst/resources@tickets/DM-31723#egg=lsst_resources
git+https://github.com/lsst/sphgeom@main#egg=lsst_sphgeom
git+https://github.com/lsst/utils@main#egg=lsst_utils
git+https://github.com/lsst/resources@tickets/DM-31723#egg=lsst_resources
pydantic
httpx

Expand Down

0 comments on commit 5077bea

Please sign in to comment.