Skip to content

Commit

Permalink
Lock versions to minor due to ujson regression (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavius authored Jun 4, 2020
1 parent 9a7d821 commit 8fb22c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ flake8 = "*"
twine = "*"

[packages]
requests = ">=2.21.0"
future = ">=0.18.2"
ujson = ">=2.0.3"
requests = "~=2.21.0"
future = "~=0.18.2"
ujson = "~=2.0.3"

0 comments on commit 8fb22c8

Please sign in to comment.