Skip to content

Commit b29a13a

Browse files
committed
match install_requires to requirements.txt
1 parent ae4801f commit b29a13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
test_suite="django_prometheus.tests",
2424
long_description=LONG_DESCRIPTION,
2525
install_requires=[
26-
"prometheus_client>=0.0.21,<0.4.0",
26+
"prometheus-client>=0.7",
2727
],
2828
classifiers=[
2929
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)