mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
replace requests with httpx #15
This commit is contained in:
parent
e616ce122f
commit
8b52d33739
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ email-validator==2.0.0
|
||||||
flask-mail==0.9.1
|
flask-mail==0.9.1
|
||||||
flask-babel==3.1.0
|
flask-babel==3.1.0
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
requests==2.31.0
|
httpx[http2]
|
||||||
pyjwt==2.8.0
|
pyjwt==2.8.0
|
||||||
SQLAlchemy-Searchable==2.1.0
|
SQLAlchemy-Searchable==2.1.0
|
||||||
SQLAlchemy-Utils==0.41.1
|
SQLAlchemy-Utils==0.41.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue