Skip to content

Commit

Permalink
Use depencencies from PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Jun 13, 2022
1 parent 7111ed6 commit 2a4fc32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ click
astropy
networkx
pyyaml
git+https://github.com/lsst/daf_butler@main#egg=daf_butler
git+https://github.com/lsst/utils@main#egg=lsst_utils
git+https://github.com/lsst/pipe_base@main#egg=pipe_base
git+https://github.com/lsst/resources@main#egg=lsst_resources
lsst-daf-butler
lsst-utils
lsst-pipe-base
lsst-resources
git+https://github.com/lsst/ctrl_mpexec@main#egg=ctrl_mpexec
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ install_requires =
astropy >=4.0
pyyaml >=5.1
click >= 7.0
daf_butler @ git+https://github.com/lsst/daf_butler@main
pipe_base @ git+https://github.com/lsst/pipe_base@main
lsst-daf-butler
lsst-pipe-base
ctrl_mpexec @ git+https://github.com/lsst/ctrl_mpexec@main
lsst_utils @ git+https://github.com/lsst/utils@main
lsst_resources @ git+https://github.com/lsst/resources@main
lsst-utils
lsst-resources
tests_require =
pytest >= 3.2
flake8 >= 3.7.5
Expand Down

0 comments on commit 2a4fc32

Please sign in to comment.