Skip to content

Commit

Permalink
Merge pull request #544 from tm132/bugfix/issue-532-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-pkg-resources

Removed pkg-resources from requirements.txt and replaced it with setuptools
  • Loading branch information
shaun-d-anderson authored Mar 24, 2022
2 parents 639211a + 9af49b3 commit 3b35bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ more-itertools==8.3.0
numpy==1.19.0rc1
packaging==20.3
pandas==1.0.3
pkg-resources==0.0.0
setuptools==42.0.0
pluggy==0.13.1
protobuf==3.3.0
py==1.8.1
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ more-itertools==8.3.0
numpy==1.19.0rc1
packaging==20.3
pandas==1.0.3
pkg-resources==0.0.0
setuptools==42.0.0
pluggy==0.13.1
py==1.8.1
pyglet==1.5.0
Expand Down

0 comments on commit 3b35bea

Please sign in to comment.