Skip to content

Commit

Permalink
relax the requirements on Deprecated package
Browse files Browse the repository at this point in the history
  • Loading branch information
msf committed Nov 21, 2023
1 parent c011163 commit f7526a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = dune_client
description = A simple framework for interacting with Dune Analytics official API service.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/cowprotocol/dune-client
author = Benjamin H. Smith
url = https://github.com/duneanalytics/dune-client
author = Benjamin H. Smith & Dune Analytics
author_email = ben@cow.fi
license = Apache License Version 2.0
license_files = LICENSE
Expand All @@ -13,7 +13,7 @@ classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
project_urls =
Tracker = https://github.com/cowprotocol/dune-client/issues
Tracker = https://github.com/duneanalytics/dune-client/issues

[options]
zip_safe = False
Expand All @@ -29,7 +29,7 @@ install_requires =
python-dateutil>=2.8.2
requests>=2.28.1
ndjson>=0.3.1
Deprecated>=1.2.14
Deprecated>=1.2.0
python_requires = >=3.8
setup_requires =
setuptools_scm
Expand All @@ -42,4 +42,4 @@ exclude =
example.*

[options.package_data]
dune_client = py.typed
dune_client = py.typed

0 comments on commit f7526a0

Please sign in to comment.