Skip to content

Commit 1d3303c

Browse files
committed
Updated requirements
1 parent 5391a82 commit 1d3303c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

requirements-tests.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ coverage==4.5.1
33
mock==2.0.0
44
nose==1.3.7
55
pylint==2.1.1
6-
tox==3.5.3
7-
flask==1.0.2
8-
connexion==1.5.3
9-
Flask-OpenTracing==0.2.0
6+
tox==3.5.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ jaeger-client==3.12.0
22
python-json-logger==0.1.9
33
PyYAML==3.13
44
# Optionals:
5-
connexion==1.5.3
5+
connexion==2.0.0
66
flask==1.0.2
77
Flask-OpenTracing==0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
description="",
2727
long_description=long_description,
2828
classifiers=[
29-
'Development Status :: {} - In progress'.format(version),
29+
'Development Status :: 6 - Mature',
3030
"Intended Audience :: Developers",
3131
"Natural Language :: English",
3232
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)