Miscellaneous files
This commit is contained in:
parent
90c89b1725
commit
fa7b3c8e7b
2 changed files with 38 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Kfet
|
||||||
|
A web client for cafeteria management
|
||||||
|
|
||||||
|
Made for my University students office
|
||||||
|
|
||||||
|
Frontend by [Kybo09](https://github.com/Kybo09)
|
32
requirements.txt
Normal file
32
requirements.txt
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
alembic==1.3.2
|
||||||
|
certifi==2019.11.28
|
||||||
|
chardet==3.0.4
|
||||||
|
Click==7.0
|
||||||
|
Flask==1.1.1
|
||||||
|
Flask-JWT==0.3.2
|
||||||
|
Flask-Login==0.4.1
|
||||||
|
Flask-Migrate==2.5.2
|
||||||
|
Flask-SocketIO==4.2.1
|
||||||
|
Flask-SQLAlchemy==2.4.1
|
||||||
|
Flask-WTF==0.14.2
|
||||||
|
gevent==1.4.0
|
||||||
|
gevent-websocket==0.10.1
|
||||||
|
greenlet==0.4.15
|
||||||
|
idna==2.8
|
||||||
|
itsdangerous==1.1.0
|
||||||
|
Jinja2==2.10.3
|
||||||
|
Mako==1.1.0
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
marshmallow==3.3.0
|
||||||
|
marshmallow-sqlalchemy==0.21.0
|
||||||
|
PyJWT==1.4.2
|
||||||
|
python-dateutil==2.8.1
|
||||||
|
python-editor==1.0.4
|
||||||
|
python-engineio==3.11.2
|
||||||
|
python-socketio==4.4.0
|
||||||
|
requests==2.22.0
|
||||||
|
six==1.14.0
|
||||||
|
SQLAlchemy==1.3.12
|
||||||
|
urllib3==1.25.7
|
||||||
|
Werkzeug==0.16.0
|
||||||
|
WTForms==2.2.1
|
Reference in a new issue