We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2ee8b commit 58d86d6Copy full SHA for 58d86d6
requirements.txt
@@ -1,2 +1,2 @@
1
-python-dotenv~=1.1.1
2
-cryptography>=45.0.0
+python-dotenv>=0.21.0
+cryptography>=41.0.0
setup.py
@@ -39,7 +39,7 @@ def read_files(files):
39
'dotenv-vault'
40
],
41
install_requires=[
42
- 'python-dotenv~=1.1.1',
43
- 'cryptography>=45.0.0'
+ 'python-dotenv>=0.21.0',
+ 'cryptography>=41.0.0'
44
45
)
0 commit comments