requirements.txt

This commit is contained in:
xyj 2024-01-24 15:33:45 +08:00
parent 650643c9ab
commit 049a9ee633
2 changed files with 10 additions and 0 deletions

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
requests~=2.31.0
uvicorn~=0.23.2
fastapi~=0.106.0
pydantic~=1.10.13