Use requirements.txt

This commit is contained in:
Joey Yakimowich-Payne 2022-09-17 08:10:38 -06:00
commit 53dc47df33
2 changed files with 4 additions and 1 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
fastapi==0.85.0
uvicorn[standard]==0.18.3
websockets==10.3

View file

@ -6,4 +6,4 @@ python3 -m venv .venv
source .venv/bin/activate
# install deps
pip install fastapi uvicorn[standard] websockets
pip install -r requirements.txt