This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: JaySon-Huang <[email protected]>
- Loading branch information
1 parent
0e1e051
commit 2692807
Showing
4 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
|
||
sqlalchemy>=1.4.51,<2 | ||
alembic | ||
pytest>=6.2,<7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
alembic==1.13.3 | ||
# via -r dev-requirements.in | ||
attrs==24.2.0 | ||
# via pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
mako==1.3.6 | ||
# via alembic | ||
markupsafe | ||
markupsafe==3.0.2 | ||
# via mako | ||
sqlalchemy==1.4.51 | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
py==1.11.0 | ||
# via pytest | ||
pytest==6.2.5 | ||
# via -r dev-requirements.in | ||
sqlalchemy==1.4.54 | ||
# via | ||
# -r dev-requirements.in | ||
# alembic | ||
toml==0.10.2 | ||
# via pytest | ||
typing-extensions==4.12.2 | ||
# via alembic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ mock | |
more-itertools | ||
mysqlclient | ||
mysql-connector | ||
pytest | ||
pytest>=6.2,<7 | ||
tox | ||
sqlalchemy>=1.4.51,<2 | ||
alembic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters