Skip to content

Commit e17dd8f

Browse files
author
rafgger
committed
my adjustments
1 parent 69404f1 commit e17dd8f

3 files changed

Lines changed: 38 additions & 38 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DATABASE_PORT=6500
2-
POSTGRES_PASSWORD=password123
2+
POSTGRES_PASSWORD=a
33
POSTGRES_USER=postgres
44
POSTGRES_DB=fastapi
55
POSTGRES_HOST=postgres

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__pycache__
22
venv/
3-
# .env
3+
.env
44
*.db

requirements.txt

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
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

0 commit comments

Comments
 (0)