Skip to content

Commit c693f58

Browse files
committed
Updated Docs and fixed missing req.
1 parent f38f5b7 commit c693f58

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

ReadMe.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@
66
- Setup the env.ps1 script with desired variables.
77
- In the virtual environment:
88
- run the ```env.ps1``` script to set the environment variables.
9-
- install the packages included in the ```req.txt```
9+
- install the packages included in the ```req-dev.txt```
1010
- run ```python ./bootstrap.py```
1111

12-
If you want the alembic generated model use:
13-
- run ```alembic revision --autogenerate -m "Setup initial user table"```
14-
- run ```alembic upgrade head```
15-
- run ```python ./initial_data.py```
16-
1712
Lastly...
1813
- run ```uvicorn app.main:app --reload``` to start the application
1914

dev-req.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
alembic==1.3.1
2+
asyncpg==0.20.0
23
bcrypt==3.1.7
34
certifi==2019.11.28
45
cffi==1.13.2
@@ -24,6 +25,7 @@ PyJWT==1.7.1
2425
pypiwin32==223
2526
python-dateutil==2.8.1
2627
python-editor==1.0.4
28+
python-multipart==0.0.5
2729
pywin32==227
2830
requests==2.22.0
2931
six==1.13.0

req.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ tenacity==6.0.0
2525
uvicorn==0.10.8
2626
websockets==8.1
2727
colorama==0.4.3
28-
loguru==0.4.0
28+
loguru==0.4.0
29+
python-multipart==0.0.5

0 commit comments

Comments
 (0)