Update gitignore and requirements
This commit is contained in:
parent
f240556854
commit
0cac5e806f
1
projects/project-3/backend/.gitignore
vendored
1
projects/project-3/backend/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
bike-data.db
|
bike-data.db
|
||||||
*.log
|
*.log
|
||||||
|
__pycache__
|
@ -1 +1,4 @@
|
|||||||
requests
|
requests~=2.25.1
|
||||||
|
fastapi[all]~=0.62.0
|
||||||
|
uvicorn~=0.13.1
|
||||||
|
pydantic~=1.7.3
|
Loading…
Reference in New Issue
Block a user