Skip to content

Commit

Permalink
Merge pull request #7 from Quolls/4-fastapi-backend-setup
Browse files Browse the repository at this point in the history
nice work lasky.
  • Loading branch information
IlIIIIIIlI authored Mar 27, 2024
2 parents 3e5bac9 + 9bdb842 commit ede955c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions backend/requirement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
annotated-types==0.6.0
anyio==4.3.0
click==8.1.7
fastapi==0.110.0
h11==0.14.0
httptools==0.6.1
idna==3.6
numpy==1.25.2
pydantic==2.6.4
pydantic_core==2.16.3
python-dotenv==1.0.1
PyYAML==6.0.1
sniffio==1.3.1
starlette==0.36.3
typing_extensions==4.10.0
uvicorn==0.29.0
uvloop==0.19.0
watchfiles==0.21.0
websockets==12.0
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dist
dist-ssr
# *.local


# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
19 changes: 19 additions & 0 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
annotated-types==0.6.0
anyio==4.3.0
click==8.1.7
fastapi==0.110.0
h11==0.14.0
httptools==0.6.1
idna==3.6
numpy==1.25.2
pydantic==2.6.4
pydantic_core==2.16.3
python-dotenv==1.0.1
PyYAML==6.0.1
sniffio==1.3.1
starlette==0.36.3
typing_extensions==4.10.0
uvicorn==0.29.0
uvloop==0.19.0
watchfiles==0.21.0
websockets==12.0

0 comments on commit ede955c

Please sign in to comment.