Skip to content

Commit

Permalink
Refactor: fastApi example requirements.txt (#24)
Browse files Browse the repository at this point in the history
Refactor: fastApi example requirements.txt
  • Loading branch information
keyur9 authored Apr 15, 2024
1 parent eca5d90 commit a6def3c
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions examples/fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
moesifasgi
uvicorn
passlib==1.7.4
moesifapi==1.4.2
moesifpythonrequest==0.3.3
fastapi==0.108.0
jose==1.0.0
python-jose==3.3.0
rsa==4.8
ecdsa==0.17.0
pyasn1==0.4.8
cryptography==37.0.2
cffi==1.15.0
six==1.16.0
pycparser==2.21
passlib>=1.7.4
fastapi>=0.108.0
jose>=1.0.0
python-jose>=3.3.0
rsa>=4.8
ecdsa>=0.17.0
pyasn1>=0.4.8
cryptography>=37.0.2
cffi>=1.15.0
six>=1.16.0
pycparser>=2.21
bcrypt
python-multipart
importlib-metadata

0 comments on commit a6def3c

Please sign in to comment.