Skip to content

Commit c99d0f7

Browse files
committed
fix dynamic dependency for pyproject.toml
1 parent c158097 commit c99d0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
# (When the guides talk about something being "dynamic", they
3030
# want you to add the field here.
3131
dynamic = ["version", "entry-points"]
32+
dependencies = ['aiohttp', 'cryptography>=2.6.1', 'http-ece>=1.1.0', 'requests>=2.21.0', 'six>=1.15.0', 'py-vapid>=1.7.0']
3233

3334
[project.urls]
3435
Homepage = "https://github.com/web-push-libs/pywebpush"

0 commit comments

Comments
 (0)