mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
15 lines
369 B
Diff
15 lines
369 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -21,9 +21,9 @@
|
|
install_requires=[
|
|
"python-dateutil",
|
|
# FIXME python2 - last version to support python2
|
|
- "construct==2.10.54",
|
|
+ "construct==2.10.*",
|
|
"argon2_cffi",
|
|
- "pycryptodomex>=3.6.2",
|
|
+ "pycryptodomex>=3.*",
|
|
"lxml",
|
|
# FIXME python2
|
|
"future",
|