Skip to content

Commit e1daed5

Browse files
author
nilsnolde
committed
remove cerberus as dep, add dev dependencies
1 parent 1d03da0 commit e1daed5

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

requirements-dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
Cerberus>=1.0
2-
nose>=1.0
31
requests>=2.0
4-
responses>=0.10

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)