File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DATABASE_PORT = 6500
2- POSTGRES_PASSWORD = password123
2+ POSTGRES_PASSWORD = a
33POSTGRES_USER = postgres
44POSTGRES_DB = fastapi
55POSTGRES_HOST = postgres
Original file line number Diff line number Diff line change 11__pycache__
22venv /
3- # .env
3+ .env
44* .db
Original file line number Diff line number Diff line change 1- anyio == 3.6.2
2- autopep8 == 1.7.1
3- certifi == 2022.9.24
4- charset-normalizer == 2.1.1
5- click == 8.1.3
6- colorama == 0.4.6
7- dnspython == 2.2.1
8- email-validator == 1.3.0
9- fastapi == 0.85.1
10- fastapi-utils == 0.2.1
11- greenlet == 1.1.3.post0
12- h11 == 0.14.0
13- httptools == 0.5.0
14- idna == 3.4
15- itsdangerous == 2.1.2
16- Jinja2 == 3.1.2
17- MarkupSafe == 2.1.1
18- orjson == 3.8.1
19- psycopg2 == 2.9.5
20- pycodestyle == 2.9.1
21- pydantic == 1.10.2
22- python-dotenv == 0.21.0
23- python-multipart == 0.0.5
24- PyYAML == 6.0
25- requests == 2.28.1
26- six == 1.16.0
27- sniffio == 1.3.0
28- SQLAlchemy == 1.4.42
29- starlette == 0.20.4
30- tomli == 2.0.1
31- typing_extensions == 4.4.0
32- ujson == 5.5.0
33- urllib3 == 1.26.12
34- uvicorn == 0.18.3
35- watchfiles == 0.18.0
36- websockets == 10.4
1+ # anyio==3.6.2
2+ # autopep8==1.7.1
3+ # certifi==2022.9.24
4+ # charset-normalizer==2.1.1
5+ # click==8.1.3
6+ # colorama==0.4.6
7+ # dnspython==2.2.1
8+ # email-validator==1.3.0
9+ # fastapi==0.85.1
10+ # fastapi-utils==0.2.1
11+ # greenlet==1.1.3.post0
12+ # h11==0.14.0
13+ # httptools==0.5.0
14+ # idna==3.4
15+ # itsdangerous==2.1.2
16+ # Jinja2==3.1.2
17+ # MarkupSafe==2.1.1
18+ # orjson==3.8.1
19+ # psycopg2==2.9.5
20+ # pycodestyle==2.9.1
21+ # pydantic==1.10.2
22+ # python-dotenv==0.21.0
23+ # python-multipart==0.0.5
24+ # PyYAML==6.0
25+ requests # ==2.28.1
26+ six # ==1.16.0
27+ sniffio # ==1.3.0
28+ SQLAlchemy # ==1.4.42
29+ starlette # ==0.20.4
30+ tomli # ==2.0.1
31+ typing_extensions # ==4.4.0
32+ ujson # ==5.5.0
33+ urllib3 # ==1.26.12
34+ uvicorn # ==0.18.3
35+ watchfiles # ==0.18.0
36+ websockets # ==10.4
You can’t perform that action at this time.
0 commit comments