Update gitignore and requirements

This commit is contained in:
Marcel Schwarz 2020-12-20 01:35:55 +01:00
parent f240556854
commit 0cac5e806f
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,3 @@
bike-data.db
*.log
*.log
__pycache__

View File

@ -1 +1,4 @@
requests
requests~=2.25.1
fastapi[all]~=0.62.0
uvicorn~=0.13.1
pydantic~=1.7.3