File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 6
6
- Setup the env.ps1 script with desired variables.
7
7
- In the virtual environment:
8
8
- 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 ```
10
10
- run ``` python ./bootstrap.py ```
11
11
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
-
17
12
Lastly...
18
13
- run ``` uvicorn app.main:app --reload ``` to start the application
19
14
Original file line number Diff line number Diff line change 1
1
alembic==1.3.1
2
+ asyncpg==0.20.0
2
3
bcrypt==3.1.7
3
4
certifi==2019.11.28
4
5
cffi==1.13.2
@@ -24,6 +25,7 @@ PyJWT==1.7.1
24
25
pypiwin32==223
25
26
python-dateutil==2.8.1
26
27
python-editor==1.0.4
28
+ python-multipart==0.0.5
27
29
pywin32==227
28
30
requests==2.22.0
29
31
six==1.13.0
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ tenacity==6.0.0
25
25
uvicorn==0.10.8
26
26
websockets==8.1
27
27
colorama==0.4.3
28
- loguru==0.4.0
28
+ loguru==0.4.0
29
+ python-multipart==0.0.5
You can’t perform that action at this time.
0 commit comments