Skip to content

Commit be3f652

Browse files
authored
Merge pull request #108 from asherf/fix-req
match install_requires to requirements.txt
2 parents ae4801f + b29a13a commit be3f652

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)