Updated requirements.txt. Added Claude support
This commit is contained in:
+33
-51
@@ -1,52 +1,34 @@
|
||||
anyio==3.6.2
|
||||
arrow==1.2.3
|
||||
attrs==22.2.0
|
||||
bcrypt==4.0.1
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.0.1
|
||||
click==8.1.3
|
||||
coverage==7.1.0
|
||||
cryptography==39.0.0
|
||||
ecdsa==0.18.0
|
||||
exceptiongroup==1.1.0
|
||||
fastapi==0.89.1
|
||||
h11==0.14.0
|
||||
httpcore==0.16.3
|
||||
httptools==0.5.0
|
||||
httpx==0.23.3
|
||||
idna==3.4
|
||||
iniconfig==2.0.0
|
||||
Jinja2==3.1.2
|
||||
jinja2-time==0.2.0
|
||||
make==0.1.6.post2
|
||||
MarkupSafe==2.1.2
|
||||
oauthlib==3.2.2
|
||||
packaging==23.0
|
||||
annotated-doc==0.0.4
|
||||
annotated-types==0.7.0
|
||||
anyio==4.13.0
|
||||
bcrypt==5.0.0
|
||||
certifi==2026.2.25
|
||||
charset-normalizer==3.4.7
|
||||
click==8.3.2
|
||||
ecdsa==0.19.2
|
||||
fastapi==0.135.3
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
idna==3.11
|
||||
iniconfig==2.3.0
|
||||
packaging==26.0
|
||||
passlib==1.7.4
|
||||
pluggy==1.0.0
|
||||
prompt-toolkit==3.0.36
|
||||
pyasn1==0.4.8
|
||||
pycparser==2.21
|
||||
pydantic==1.10.4
|
||||
pytest==7.2.0
|
||||
python-dateutil==2.8.2
|
||||
python-dotenv==0.21.0
|
||||
python-jose==3.3.0
|
||||
python-multipart==0.0.5
|
||||
PyYAML==6.0
|
||||
requests==2.28.2
|
||||
requests-oauthlib==1.3.1
|
||||
rfc3986==1.5.0
|
||||
rsa==4.9
|
||||
six==1.16.0
|
||||
sniffio==1.3.0
|
||||
starlette==0.22.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.4.0
|
||||
urllib3==1.26.14
|
||||
uvicorn==0.20.0
|
||||
uvloop==0.17.0
|
||||
watchfiles==0.18.1
|
||||
wcwidth==0.2.5
|
||||
websockets==10.4
|
||||
pluggy==1.6.0
|
||||
prompt_toolkit==3.0.52
|
||||
pyasn1==0.6.3
|
||||
pydantic==2.12.5
|
||||
pydantic_core==2.41.5
|
||||
Pygments==2.20.0
|
||||
pytest==9.0.3
|
||||
python-jose==3.5.0
|
||||
python-multipart==0.0.26
|
||||
requests==2.33.1
|
||||
rsa==4.9.1
|
||||
six==1.17.0
|
||||
starlette==1.0.0
|
||||
typing-inspection==0.4.2
|
||||
typing_extensions==4.15.0
|
||||
urllib3==2.6.3
|
||||
uvicorn==0.44.0
|
||||
wcwidth==0.6.0
|
||||
|
||||
Reference in New Issue
Block a user