From 534c66644fa7749d48a7e5dcac5e064413520e95 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 19 Aug 2014 15:29:37 +0200 Subject: only require the minor version of netlib to match --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bac20903..a72cfe00 100644 --- a/setup.py +++ b/setup.py @@ -83,11 +83,12 @@ setup( "Development Status :: 5 - Production/Stable", "Operating System :: POSIX", "Programming Language :: Python", + "Programming Language :: Python :: 2", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: Internet :: WWW/HTTP", ], - install_requires=['netlib>=%s'%version.VERSION, "requests>=1.1.0", "flask"], + install_requires=['netlib>=%s'%version.MINORVERSION, "requests>=1.1.0", "Flask>=0.10.1"] ) -- cgit v1.2.3