geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Question: plans to drop dependencies 'flufl.enum' and 'pathlib' from requirements? #509

Closed Zeitsperre closed 4 years ago

Zeitsperre commented 4 years ago

Description

I'm wondering if there are any plans to remove the flulf.enum and pathlib dependencies from the requirements for PyWPS. I've run into issues with installing PyWPS in conda environments using modern python version because of these libraries, which is odd since both of these libraries have been available in the standard library since version 3.4.

Is there a development branch for the PyWPS 4.3+ where Python2.7 and requirements not native to Python3 have been dropped from the requirements?

Environment

Steps to Reproduce

Additional Information

cehbrecht commented 4 years ago

@Zeitsperre I want to drop Python 2 support for the next release (see #477).

cehbrecht commented 4 years ago

Fixed by PR #520.