Skip to content

Commit 58d86d6

Browse files
authored
losen version requirements for lower python versions;
1 parent 4e2ee8b commit 58d86d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python-dotenv~=1.1.1
2-
cryptography>=45.0.0
1+
python-dotenv>=0.21.0
2+
cryptography>=41.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read_files(files):
3939
'dotenv-vault'
4040
],
4141
install_requires=[
42-
'python-dotenv~=1.1.1',
43-
'cryptography>=45.0.0'
42+
'python-dotenv>=0.21.0',
43+
'cryptography>=41.0.0'
4444
],
4545
)

0 commit comments

Comments
 (0)