Skip to content

Commit

Permalink
Lock down dependency versions to have consistent CI behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Mar 2, 2020
1 parent a54578e commit 511f399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ setuptools = "==41.6.0"
tox = "==3.14.1"
wheel = "==0.33.6"
arcgis = "==1.6"
twine = "*"
sphinx = "*"
twine = "==3.1.1"
sphinx = "==2.4.3"

0 comments on commit 511f399

Please sign in to comment.