feat: Update .gitignore and add requirements.txt with necessary dependencies
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
config.json
|
||||
*__pycache__/
|
||||
*.db
|
||||
*.txt
|
||||
*.log
|
||||
@@ -0,0 +1,67 @@
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.12.15
|
||||
aiohttp-retry==2.9.1
|
||||
aiosignal==1.4.0
|
||||
alembic==1.12.1
|
||||
annotated-types==0.7.0
|
||||
anyio==3.7.1
|
||||
attrs==25.3.0
|
||||
bidict==0.23.1
|
||||
cachetools==5.5.2
|
||||
certifi==2025.8.3
|
||||
charset-normalizer==3.4.3
|
||||
click==8.2.1
|
||||
distro==1.9.0
|
||||
fastapi==0.104.1
|
||||
frozenlist==1.7.0
|
||||
google-api-core==2.25.1
|
||||
google-api-python-client==2.108.0
|
||||
google-auth==2.40.3
|
||||
google-auth-httplib2==0.1.1
|
||||
google-auth-oauthlib==1.1.0
|
||||
googleapis-common-protos==1.70.0
|
||||
greenlet==3.2.4
|
||||
groq==0.30.0
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httplib2==0.22.0
|
||||
httptools==0.6.4
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
jinja2==3.1.2
|
||||
mako==1.3.10
|
||||
markupsafe==3.0.2
|
||||
multidict==6.6.3
|
||||
oauthlib==3.3.1
|
||||
propcache==0.3.2
|
||||
proto-plus==1.26.1
|
||||
protobuf==6.31.1
|
||||
pyasn1==0.6.1
|
||||
pyasn1-modules==0.4.2
|
||||
pydantic==2.5.0
|
||||
pydantic-core==2.14.1
|
||||
pydantic-settings==2.0.3
|
||||
pyjwt==2.10.1
|
||||
pyparsing==3.2.3
|
||||
python-dotenv==1.0.0
|
||||
python-engineio==4.12.2
|
||||
python-multipart==0.0.6
|
||||
python-socketio==5.13.0
|
||||
pyyaml==6.0.2
|
||||
requests==2.32.4
|
||||
requests-oauthlib==2.0.0
|
||||
rsa==4.9.1
|
||||
simple-websocket==1.1.0
|
||||
sniffio==1.3.1
|
||||
sqlalchemy==2.0.23
|
||||
starlette==0.27.0
|
||||
twilio==8.10.0
|
||||
typing-extensions==4.14.1
|
||||
uritemplate==4.2.0
|
||||
urllib3==2.5.0
|
||||
uvicorn==0.24.0
|
||||
uvloop==0.21.0
|
||||
watchfiles==1.1.0
|
||||
websockets==15.0.1
|
||||
wsproto==1.2.0
|
||||
yarl==1.20.1
|
||||
Reference in New Issue
Block a user