Skip to content

Commit

Permalink
hey, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Nov 25, 2023
1 parent 553176f commit fc95c92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 41 deletions.
38 changes: 7 additions & 31 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ classifiers = [
dependencies = [
# NOTE: Pin core dependencies to minor versions; tortoise-orm to exact one
"asyncpg~=0.29.0",
"datamodel-code-generator~=0.24.0",
"datamodel-code-generator~=0.25.0",
"pydantic~=1.10.11",
"tortoise-orm==0.19.3",

"aiohttp~=3.8",
"aiolimiter~=1.0",
"anyio~=3.3",
"APScheduler~=3.8",
"async-lru~=2.0",
"asyncclick~=8.0",
Expand Down
6 changes: 2 additions & 4 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ aiolimiter==1.1.0
aiosignal==1.3.1
aiosqlite==0.17.0
alabaster==0.7.13
anyio==3.7.1
APScheduler==3.10.4
argcomplete==3.1.1
async-lru==2.0.4
Expand All @@ -22,7 +21,7 @@ charset-normalizer==3.2.0
click==8.1.7
coverage==7.3.0
cytoolz==0.12.2
datamodel-code-generator==0.24.2
datamodel-code-generator==0.25.0
dnspython==2.4.2
docker==6.1.3
docutils==0.20.1
Expand Down Expand Up @@ -86,10 +85,9 @@ rlp==3.0.0
ruamel-yaml==0.18.5
ruamel-yaml-clib==0.2.7
ruff==0.1.6
sentry-sdk==1.36.0
sentry-sdk==1.37.1
setuptools==69.0.2
six==1.16.0
sniffio==1.3.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-click==5.1.0
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ aiohttp==3.9.0
aiolimiter==1.1.0
aiosignal==1.3.1
aiosqlite==0.17.0
anyio==3.7.1
APScheduler==3.10.4
argcomplete==3.1.1
async-lru==2.0.4
Expand All @@ -19,7 +18,7 @@ certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.7
cytoolz==0.12.2
datamodel-code-generator==0.24.2
datamodel-code-generator==0.25.0
dnspython==2.4.2
email-validator==2.0.0.post2
eth-abi==4.2.1
Expand Down Expand Up @@ -68,10 +67,9 @@ requests==2.31.0
rlp==3.0.0
ruamel-yaml==0.18.5
ruamel-yaml-clib==0.2.7
sentry-sdk==1.36.0
sentry-sdk==1.37.1
setuptools==69.0.2
six==1.16.0
sniffio==1.3.0
sqlparse==0.4.4
survey==4.5.4
tabulate==0.9.0
Expand Down

0 comments on commit fc95c92

Please sign in to comment.