Started adding database logic. Can now add book to shelf and get list of books that are checked in.

This commit is contained in:
dan
2021-06-08 10:45:44 -04:00
parent 93a9430d3b
commit 4d117ca4ac
3 changed files with 93 additions and 10 deletions

View File

@@ -2,15 +2,18 @@ asgiref==3.3.4
click==8.0.1
colorama==0.4.4
fastapi==0.65.1
greenlet==1.1.0
gunicorn==20.1.0
h11==0.12.0
httptools==0.2.0
isbnlib==3.10.8
pydantic==1.8.2
PyMySQL==1.0.2
python-dotenv==0.17.1
python-multipart==0.0.5
PyYAML==5.4.1
six==1.16.0
SQLAlchemy==1.4.17
starlette==0.14.2
typing-extensions==3.10.0.0
uvicorn==0.14.0