Skip to content

Commit 16596e1

Browse files
committed
🔧 chore(setup.py): pin dependencies to specific versions to ensure consistent behavior across different environments
1 parent a4a940a commit 16596e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
changelog = changelog_file.read()
1919

2020
install_requirements = [
21-
'cryptography',
22-
'requests',
23-
'mnemonic',
24-
'pydantic'
21+
'cryptography~=39.0',
22+
'requests~=2.28',
23+
'mnemonic~=0.2',
24+
'pydantic~=2.0'
2525
]
2626

2727
setup_requirements = ['pytest-runner', ]

0 commit comments

Comments
 (0)