Skip to content

Commit

Permalink
Edit to deployment/requirements.txt to detail transitive dependency i…
Browse files Browse the repository at this point in the history
…ssue
  • Loading branch information
James Fletcher committed Feb 1, 2019
1 parent 50520f8 commit 1e819f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pkginfo==1.5.0.1
readme-renderer==24.0
requests-toolbelt==0.8.0
requests==2.21.0
setuptools>=38.6.0
tqdm==4.29.1
twine==1.12.1
setuptools==40.7.2 # Setuptools 40.7.2 is brought in automatically by twine regardless, so insluding it here is misleading. Including a different version than twine brings proves to be fatal, as there are two versions, one from twine and one from us.
urllib3==1.24.1
webencodings==0.5.1
wheel==0.32.3
wheel==0.32.3

0 comments on commit 1e819f2

Please sign in to comment.