Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
Signed-off-by: Curtis Mason <cumason@bu.edu>
  • Loading branch information
2 people authored and Curtis Mason committed Aug 17, 2020
1 parent 049d436 commit d5eb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
],
packages=find_packages(exclude=["cloudevents.tests"]),
version=pypi_config["version_target"],
install_requires=["deprecation==2.1.0"],
install_requires=["deprecation>=2.0,<3.0"],
)

0 comments on commit d5eb07c

Please sign in to comment.