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
3
1
requests >= 2.0
4
- responses >= 0.10
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ def readme():
34
34
'Programming Language :: Python :: 3.5' ,
35
35
'Programming Language :: Python :: 3.6' ,
36
36
'Programming Language :: Python :: 3.7' ,
37
+ 'Programming Language :: Python :: Implementation :: CPython' ,
38
+ 'Programming Language :: Python :: Implementation :: PyPy'
37
39
],
38
40
keywords = 'routing accessibility router OSM ORS openrouteservice openstreetmap isochrone POI elevation DEM' ,
39
41
url = 'https://github.com/GIScience/openrouteservice-py' ,
@@ -42,14 +44,14 @@ def readme():
42
44
license = 'Apache-2.0' ,
43
45
packages = ['openrouteservice' ],
44
46
install_requires = [
45
- 'requests>=2.0' ,
46
- 'Cerberus>1.0' ],
47
+ 'requests>=2.0' ],
47
48
include_package_data = True ,
48
49
test_suite = 'nose.collector' ,
49
50
tests_require = ['nose>1.0' ,
50
51
'requests>=2.0' ,
51
52
'responses>=0.10' ,
52
53
'coveralls>=1.7.0' ,
54
+ 'sphinx>=2.0.0' ,
53
55
'coverage>=4.5.0' ],
54
56
zip_safe = False
55
57
)
You can’t perform that action at this time.
0 commit comments