dev: Initial Project setup.
Showing
Dockerfile
0 → 100644
_main.py
0 → 100644
app.py
0 → 100644
| python-dotenv~=0.19.2 | ||
| SQLAlchemy==1.4.35 | ||
| GQLAlchemy | ||
| psycopg2-binary==2.9.3 | ||
| fastapi~=0.74.1 | ||
| pytz~=2021.3 | ||
| PyYAML~=6.0 | ||
| ... | ... | @@ -11,5 +9,11 @@ pymongo==3.7.2 |
| ilens-kafka-publisher==0.4.2 | ||
| kafka-python==1.4.7 | ||
| faust==1.10.4 | ||
| SQLAlchemy-Utils==0.38.2 | ||
| uvicorn[standard]~=0.18.2 | ||
| cryptography>=3.3.1 | ||
| pendulum==2.1.2 | ||
| jwt_signature_validator==0.0.5 | ||
| crypto~=1.4.1 | ||
| pycryptodomex==3.9.9 | ||
| pycryptodome==3.9.9 | ||
| shortuuid==1.0.8 | ||
| \ No newline at end of file |
scripts/errors/__init__.py
0 → 100644
Please register or sign in to comment