1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Merge branch 'alex2-master-patch-82183' into 'master'

Don't specify a release candidate in version constraint for androguard dependency

See merge request fdroid/fdroidserver!1379
This commit is contained in:
Hans-Christoph Steiner 2023-07-10 10:19:59 +00:00
commit 85d87aea14

View File

@ -91,7 +91,7 @@ setup(
'babel', 'babel',
], ],
install_requires=[ install_requires=[
'androguard >= 3.1.0rc2, != 3.3.0, != 3.3.1, != 3.3.2', 'androguard >= 3.1.0, != 3.3.0, != 3.3.1, != 3.3.2',
'clint', 'clint',
'defusedxml', 'defusedxml',
'GitPython', 'GitPython',