Skip to content

Commit

Permalink
Allow py-moneyed 3.0.* (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaylott committed Apr 27, 2023
1 parent 7083685 commit 7989797
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 @@ -68,7 +68,7 @@ def find_version():
maintainer_email="greg@reinbach.com",
license="BSD",
packages=find_packages(include=["djmoney", "djmoney.*"]),
install_requires=["setuptools", "Django>=2.2", "py-moneyed>=2.0,<3.0"],
install_requires=["setuptools", "Django>=2.2", "py-moneyed>=2.0,<3.1"],
python_requires=">=3.7",
platforms=["Any"],
keywords=["django", "py-money", "money"],
Expand Down

0 comments on commit 7989797

Please sign in to comment.