Skip to content
Snippets Groups Projects

Set fixed versions of packages in setup.py

Merged Krzysztof Mochocki requested to merge kmochocki/set-fixed-dependencies into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -46,9 +46,9 @@ requires = [
"scrypt == 0.8.18",
"pycryptodomex == 3.10.1",
"pytz == 2021.1",
"Click == 7.1.2",
"Click == 8.0.0",
"click_shell == 2.1",
"prettytable == 3.10.0",
"prettytable == 3.8.0",
"ruamel.yaml == 0.18.6",
"diff_match_patch == 20230430",
"asn1crypto == 1.5.1"
Loading