Skip to content

Commit f7526a0

Browse files
committed
relax the requirements on Deprecated package
1 parent c011163 commit f7526a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = dune_client
33
description = A simple framework for interacting with Dune Analytics official API service.
44
long_description = file: README.md
55
long_description_content_type = text/markdown; charset=UTF-8
6-
url = https://github.com/cowprotocol/dune-client
7-
author = Benjamin H. Smith
6+
url = https://github.com/duneanalytics/dune-client
7+
author = Benjamin H. Smith & Dune Analytics
88
author_email = ben@cow.fi
99
license = Apache License Version 2.0
1010
license_files = LICENSE
@@ -13,7 +13,7 @@ classifiers =
1313
License :: OSI Approved :: Apache Software License
1414
Operating System :: OS Independent
1515
project_urls =
16-
Tracker = https://github.com/cowprotocol/dune-client/issues
16+
Tracker = https://github.com/duneanalytics/dune-client/issues
1717

1818
[options]
1919
zip_safe = False
@@ -29,7 +29,7 @@ install_requires =
2929
python-dateutil>=2.8.2
3030
requests>=2.28.1
3131
ndjson>=0.3.1
32-
Deprecated>=1.2.14
32+
Deprecated>=1.2.0
3333
python_requires = >=3.8
3434
setup_requires =
3535
setuptools_scm
@@ -42,4 +42,4 @@ exclude =
4242
example.*
4343

4444
[options.package_data]
45-
dune_client = py.typed
45+
dune_client = py.typed

0 commit comments

Comments
 (0)