Skip to content

Commit

Permalink
drop py2 reqs (#569)
Browse files Browse the repository at this point in the history
drop python2 support altogether in requirements
  • Loading branch information
fmigneault committed Feb 5, 2021
1 parent 67a2daa commit be86fd1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
coverage
flake8
flufl.enum
pylint
six
Sphinx
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
flufl.enum
jinja2
jsonschema
lxml
owslib
pathlib
python-dateutil
requests
SQLAlchemy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'Topic :: Scientific/Engineering :: GIS'
],
'install_requires': INSTALL_REQUIRES,
'python_requires': '>=3.6, <4',
'packages': find_packages(exclude=["docs", "tests.*", "tests"]),
'include_package_data': True,
'scripts': [],
Expand Down

0 comments on commit be86fd1

Please sign in to comment.