Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
Alex | 608981eadc | 3 years ago |
Alex | 12d0848290 | 3 years ago |
Alex | 8148674fad | 3 years ago |
Alex | e171ab6247 | 3 years ago |
Alex | 27376f4a88 | 3 years ago |
@ -1,26 +1,41 @@
|
||||
appdirs==1.4.0
|
||||
click==6.7
|
||||
Flask==0.12
|
||||
Flask-SQLAlchemy==2.1
|
||||
Flask-WTF==0.14.2
|
||||
gunicorn==19.6.0
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.9.4
|
||||
MarkupSafe==0.23
|
||||
packaging==16.8
|
||||
pyparsing==2.1.10
|
||||
six==1.10.0
|
||||
SQLAlchemy==1.1.5
|
||||
Werkzeug==0.11.15
|
||||
WTForms==2.1
|
||||
flask-marshmallow==0.9.0
|
||||
Wand==0.4.4
|
||||
PyPDF2==1.26.0
|
||||
flask-socketio==2.9.2
|
||||
flask-whooshalchemyplus==0.7.5
|
||||
python-dotenv==0.7.1
|
||||
autocomplete==0.0.104
|
||||
git+https://github.com/rqlite/pyrqlite.git
|
||||
git+https://github.com/rqlite/sqlalchemy-rqlite.git
|
||||
git+https://github.com/Kozea/Flask-WeasyPrint.git
|
||||
requests=2.20.1
|
||||
bidict==0.21.4
|
||||
bottle==0.12.19
|
||||
Brotli==1.0.9
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.8
|
||||
click==8.0.3
|
||||
cssselect2==0.4.1
|
||||
Flask==2.0.2
|
||||
Flask-SocketIO==5.1.1
|
||||
Flask-SQLAlchemy==2.5.1
|
||||
Flask-WeasyPrint==0.6
|
||||
Flask-WTF==1.0.0
|
||||
fonttools==4.28.2
|
||||
greenlet==1.1.2
|
||||
html5lib==1.1
|
||||
idna==3.3
|
||||
itsdangerous==2.0.1
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.0.1
|
||||
marshmallow==3.14.1
|
||||
Pillow==8.4.0
|
||||
pycparser==2.21
|
||||
pydyf==0.1.2
|
||||
PyPDF2==1.26.0
|
||||
pyphen==0.11.0
|
||||
python-dotenv==0.19.2
|
||||
python-engineio==4.3.0
|
||||
python-socketio==5.5.0
|
||||
requests==2.26.0
|
||||
six==1.16.0
|
||||
SQLAlchemy==1.4.27
|
||||
tinycss2==1.1.1
|
||||
urllib3==1.26.7
|
||||
Wand==0.6.7
|
||||
weasyprint==53.4
|
||||
webencodings==0.5.1
|
||||
Werkzeug==2.0.2
|
||||
WTForms==3.0.0
|
||||
zopfli==0.1.9
|
||||
|
Loading…
Reference in New Issue