1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-08-07 13:49:58 +02:00

Debian Buster package versions are recent enough

This commit is contained in:
Alexandre Iooss
2020-09-14 13:15:47 +02:00
parent ed85463187
commit fb45045f36
4 changed files with 16 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
'flask>=1.1.1',
'python-ldap>=3.2.0',
'flask>=1.0.2',
'python-ldap>=3.1.0',
],
)