mirror of https://git.48k.eu/ogcp
Add requirements.txt
These are the basic libraries this app needs in order to run: - Flask - requests - Flask-Babel the rest of libraries are dependencies of theirs.multi-ogserver
parent
8429541558
commit
0e160da4c0
|
@ -0,0 +1,14 @@
|
|||
Babel==2.8.0
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
Flask==1.1.2
|
||||
Flask-Babel==2.0.0
|
||||
idna==2.10
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
pytz==2020.1
|
||||
requests==2.24.0
|
||||
urllib3==1.25.10
|
||||
Werkzeug==1.0.1
|
Loading…
Reference in New Issue