Skip to content

Commit

Permalink
Revert "Require zstandard to be of version 0.15.2 to stay compatible …
Browse files Browse the repository at this point in the history
…with popular title installers. See nicoboss#120 for more information. This makes nsz hard to install on Python 1.10 and later as there is no pre-built zstandard v0.15.2 wheel for those Python versions."

This reverts commit b6469eb.
  • Loading branch information
nicoboss committed Dec 8, 2022
1 parent e07341a commit 984ad72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-gui.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pycryptodome
zstandard==0.15.2
zstandard
enlighten
pywin32;platform_system == "Windows"
pypiwin32;platform_system == "Windows"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycryptodome
zstandard==0.15.2
zstandard
enlighten
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
install_requires=[
'pycryptodome',
'zstandard==0.15.2',
'zstandard',
'enlighten',
],
extras_require={
Expand Down

0 comments on commit 984ad72

Please sign in to comment.