refactor: sort into mvc structure
Showing
api/__init__.py
0 → 100644
controllers/__init__.py
0 → 100644
controllers/core_push.py
0 → 100644
endpoints/hello.py
deleted
100644 → 0
fixtures/__init__.py
0 → 100644
models/__init__.py
0 → 100644
requirements.txt
0 → 100644
Flask == 2.2.2 | |||
Flask-RESTful == 0.3.9 | |||
marshmallow == 3.19.0 | |||
cryptography == 39.0.0 | |||
bson == 0.5.10 | |||
pubsubpy == 2.3.0 | |||
pika == 1.3.1 | |||
pyrabbit == 1.1.0 | |||
Flask-Cors == 3.0.10 | |||
\ No newline at end of file |
Please register or sign in to comment