Skip to content

Commit be41c0b

Browse files
authored
Merge pull request #8 from dotenv-org/cryptography-requirement
expand range for cryptography library
2 parents 9386434 + 5ab7bc4 commit be41c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ def read_files(files):
4141
],
4242
install_requires=[
4343
'python-dotenv~=0.21.0',
44-
'cryptography~=38.0.1'
44+
'cryptography<41.0.0,>=3.1.0'
4545
],
4646
)

0 commit comments

Comments
 (0)