Skip to content

Commit

Permalink
Merge pull request #109 from lsst/tickets/DM-35199
Browse files Browse the repository at this point in the history
DM-35199: Fix python package names
  • Loading branch information
mwittgen committed Jun 14, 2022
2 parents 7111ed6 + b140de6 commit df2c672
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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
git+https://github.com/lsst/ctrl_mpexec@main#egg=ctrl_mpexec
git+https://github.com/lsst/daf_butler@main#egg=lsst-daf-butler
git+https://github.com/lsst/utils@main#egg=lsst-utils
git+https://github.com/lsst/pipe_base@main#egg=lsst-pipe-base
git+https://github.com/lsst/resources@main#egg=lsst-resources
git+https://github.com/lsst/ctrl_mpexec@main#egg=lsst-ctrl-mpexec
10 changes: 5 additions & 5 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
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-daf-butler @ git+https://github.com/lsst/daf_butler@main
lsst-pipe-base @ git+https://github.com/lsst/pipe_base@main
lsst-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
tests_require =
pytest >= 3.2
flake8 >= 3.7.5
Expand Down

0 comments on commit df2c672

Please sign in to comment.