Skip to content

Commit 704d85b

Browse files
committed
requirements updated2
1 parent 5e38617 commit 704d85b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

alembic.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ path_separator = os
8484
# database URL. This is consumed by the user-maintained env.py script only.
8585
# other means of configuring database URLs may be customized within the env.py
8686
# file.
87-
sqlalchemy.url = mysql+pymysql://root:900592@localhost:3306/waffle_toy_db
87+
sqlalchemy.url = driver://user:pass@localhost/dbname
8888

8989

9090
[post_write_hooks]

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,5 @@ six==1.16.0
127127
# via python-dateutil
128128
urllib3==2.2.2
129129
# via botocore
130+
python-multipart==0.0.9
131+
# via waffle-toy-project

0 commit comments

Comments
 (0)