Merge pull request #253 from dingedi/main

upgrade requirements
This commit is contained in:
Piero Toffanin 2022-05-03 08:45:58 -04:00 committed by GitHub
commit e86365b44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
argostranslate==1.6.1 argostranslate==1.6.1
Flask==2.1.1 Flask==2.1.2
flask-swagger==0.2.14 flask-swagger==0.2.14
flask-swagger-ui==3.36.0 flask-swagger-ui==3.36.0
Flask-Limiter==2.2.0 Flask-Limiter==2.4.5.1
waitress==2.1.1 waitress==2.1.1
expiringdict==1.2.1 expiringdict==1.2.1
pyicu>=2.8 pyicu>=2.8
@ -14,4 +14,4 @@ APScheduler==3.9.1
translatehtml==1.5.2 translatehtml==1.5.2
argos-translate-files==1.0.5 argos-translate-files==1.0.5
itsdangerous==2.1.2 itsdangerous==2.1.2
Werkzeug==2.1.1 Werkzeug==2.1.2

View file

@ -26,7 +26,7 @@ setup(
long_description=open('README.md').read(), long_description=open('README.md').read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
install_requires=open("requirements.txt", "r").readlines(), install_requires=open("requirements.txt", "r").readlines(),
tests_require=['pytest==7.1.1'], tests_require=['pytest==7.1.2'],
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
classifiers=[ classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 ", "License :: OSI Approved :: GNU Affero General Public License v3 ",