Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Aug 12, 2024
1 parent 7f76144 commit f45a6dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
16 changes: 8 additions & 8 deletions pdm.lock

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

19 changes: 9 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ classifiers = [
]

dependencies = [
# NOTE: Core dependencies; keep pinned between major versions.
"datamodel-code-generator~=0.25.7",
"pydantic~=2.7",
"tortoise-orm==0.21.5",
"web3~=6.19",
#
# FIXME: KeyError in _make_or_get_ssl_context
"aiohttp==3.10.2",
"aiolimiter~=1.0",
Expand All @@ -65,22 +59,27 @@ dependencies = [
"async-lru~=2.0",
"asyncpg~=0.29",
"click~=8.0",
"datamodel-code-generator~=0.25.7",
"eth-abi>=5.0.1,<6",
"orjson~=3.9",
"prometheus-client~=0.17",
"pycryptodome~=3.17",
"pydantic~=2.7",
"pyhumps~=3.0",
"pysignalr~=1.0",
"python-dotenv~=1.0",
"python-json-logger>=2.0.7",
"ruamel.yaml~=0.17",
"sentry-sdk~=2.5",
"sqlparse~=0.4",
"starknet-py~=0.22",
"starknet-py~=0.23",
"strict-rfc3339~=0.7",
"survey~=5.3",
"tabulate~=0.9",
# NOTE: Heavily patched; don't update without testing.
"tortoise-orm==0.21.5",
"uvloop>=0.19.0",
"web3~=6.19",
]

[tool.pdm.resolution.overrides]
Expand All @@ -107,7 +106,7 @@ lint = [
]
test = [
"docker",
"pytest~=7.4",
"pytest",
"pytest-aiohttp",
"pytest-asyncio",
"pytest-cov",
Expand All @@ -123,8 +122,8 @@ perf = [
"scalene",
]

[tool.pdm.build.targets.wheel]
packages = ["src/dipdup"]
[tool.pdm.build]
includes = ["src/dipdup"]

[tool.black]
line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Please do not edit it manually.

aiohappyeyeballs==2.3.5
aiohttp==3.10.3
aiohttp==3.10.2
aiolimiter==1.1.0
aiosignal==1.3.1
aiosqlite==0.20.0
Expand Down

0 comments on commit f45a6dd

Please sign in to comment.