Dev: Added requirements.txt, Dockerfile and enabled data type insertion based on columns or rows.
Showing
.env
0 → 100644
Dockerfile
0 → 100644
requirements.txt
0 → 100644
| pymongo~=3.11.3 | ||
| requests==2.24.0 | ||
| cryptography>=3.3.1 | ||
| PyJWT==2.0.1 | ||
| #python_bcrypt==0.3.2 | ||
| redis~=3.5.3 | ||
| Werkzeug>=2.0 | ||
| pandas~=1.2.3 | ||
| paho-mqtt==1.5.0 | ||
| python-dotenv==0.17.1 | ||
| pydantic~=1.7.3 | ||
| pydantic[dotenv] | ||
| pyjwt[crypto] | ||
| pycryptodome~=3.10.1 | ||
| python-multipart | ||
| pendulum~=2.1.2 | ||
| iteration-utilities==0.11.0 | ||
| xlsxwriter==1.3.7 | ||
| uvicorn~=0.13.4 | ||
| pytz~=2021.1 | ||
| setuptools~=54.1.1 | ||
| configparser~=5.0.1 | ||
| aiofiles~=0.6.0 | ||
| fastapi~=0.63.0 | ||
| starlette~=0.13.6 | ||
| kafka-python | ||
| ilens_kafka_publisher | ||
| geopy==2.2.0 | ||
| shortuuid==1.0.8 | ||
| python-dateutil==2.8.1 | ||
| openpyxl==3.0.7 | ||
| Jinja2==2.11.3 | ||
| PyYAML==6.0 | ||
| \ No newline at end of file |
Please register or sign in to comment