File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ requests >= 2.0
2+ nose >= 1.0
3+ responses >= 0.10
4+ coveralls >= 1.7.0
5+ coverage >= 4.5.0
6+ sphinx >= 2.0.0
Original file line number Diff line number Diff line change 1- Cerberus >= 1.0
2- nose >= 1.0
31requests >= 2.0
4- responses >= 0.10
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ def readme():
3434 'Programming Language :: Python :: 3.5' ,
3535 'Programming Language :: Python :: 3.6' ,
3636 'Programming Language :: Python :: 3.7' ,
37+ 'Programming Language :: Python :: Implementation :: CPython' ,
38+ 'Programming Language :: Python :: Implementation :: PyPy'
3739 ],
3840 keywords = 'routing accessibility router OSM ORS openrouteservice openstreetmap isochrone POI elevation DEM' ,
3941 url = 'https://github.com/GIScience/openrouteservice-py' ,
@@ -42,14 +44,14 @@ def readme():
4244 license = 'Apache-2.0' ,
4345 packages = ['openrouteservice' ],
4446 install_requires = [
45- 'requests>=2.0' ,
46- 'Cerberus>1.0' ],
47+ 'requests>=2.0' ],
4748 include_package_data = True ,
4849 test_suite = 'nose.collector' ,
4950 tests_require = ['nose>1.0' ,
5051 'requests>=2.0' ,
5152 'responses>=0.10' ,
5253 'coveralls>=1.7.0' ,
54+ 'sphinx>=2.0.0' ,
5355 'coverage>=4.5.0' ],
5456 zip_safe = False
5557)
You can’t perform that action at this time.
0 commit comments