summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRichard Connon <richard@connon.me.uk>2021-10-02 16:45:42 +0100
committerAsif Saif Uddin <auvipy@gmail.com>2021-10-03 00:13:26 +0600
commit354d4354e7b78070bc70dcdca598a6027e9642d4 (patch)
tree8a7dbe8befa5f30e4fac9d73158a8635d1f94c39 /requirements.txt
parent5cf4c3d7fb59338050392147546155d5e9ee197e (diff)
downloadoauthlib-354d4354e7b78070bc70dcdca598a6027e9642d4.tar.gz
Remove upper bound on cryptography version
Cryptography has adopted a firefox-style versioning system where new feature releases always have new major versions even if they don't have backwards incompatible changes. This means that an upper bound on the dependency does not make sense.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index c52e6d7..c3c427e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
pyjwt>=2.0.0,<3
blinker==1.4
-cryptography>=3.0.0,<4
+cryptography>=3.0.0