mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
commit
e86365b44b
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
argostranslate==1.6.1
|
||||
Flask==2.1.1
|
||||
Flask==2.1.2
|
||||
flask-swagger==0.2.14
|
||||
flask-swagger-ui==3.36.0
|
||||
Flask-Limiter==2.2.0
|
||||
Flask-Limiter==2.4.5.1
|
||||
waitress==2.1.1
|
||||
expiringdict==1.2.1
|
||||
pyicu>=2.8
|
||||
|
@ -14,4 +14,4 @@ APScheduler==3.9.1
|
|||
translatehtml==1.5.2
|
||||
argos-translate-files==1.0.5
|
||||
itsdangerous==2.1.2
|
||||
Werkzeug==2.1.1
|
||||
Werkzeug==2.1.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ setup(
|
|||
long_description=open('README.md').read(),
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=open("requirements.txt", "r").readlines(),
|
||||
tests_require=['pytest==7.1.1'],
|
||||
tests_require=['pytest==7.1.2'],
|
||||
setup_requires=['pytest-runner'],
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 ",
|
||||
|
|
Loading…
Reference in a new issue