Skip to content

Commit

Permalink
chore: bump version and correct requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Apr 23, 2019
1 parent be63e72 commit 9499d85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
with open("README.md", "r") as readme_file:
readme = readme_file.read()

requirements = ["prometheus_client>=0.3.1", "python-gitlab>=1.6.0", "maya>=0.5.0"]
requirements = ["prometheus_client>=0.6.0", "python-gitlab>=1.8.0", "maya>=0.6.1"]

setup_requirements = []

test_requirements = ["pycodestyle>=2.4.0"]
test_requirements = []

setup(
author="Max Wittig",
Expand All @@ -22,7 +22,6 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
],
description="Utility to generate a Prometheus data source "
"text file for your GitLab repository "
Expand All @@ -40,7 +39,7 @@
setup_requires=setup_requirements,
tests_require=test_requirements,
url="https://github.com/max-wittig/gitlab_languages",
version="1.5.2",
version="1.5.3",
zip_safe=False,
python_requires=">3.6.0",
python_requires=">3.7.0",
)

0 comments on commit 9499d85

Please sign in to comment.