Open-EO / Open-EO/openeo-python-driver
make `gunicorn` optional dependency
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
Apparently gunicorn is not supported on windows, which makes it difficult to develop openeo-python-driver on windows
We only need it for gunicorn bootstrap scripts, so we could easily make it an optional dependency (e.g. an [gunicorn] extra)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dependency configuration and the gunicorn bootstrap scripts mentioned in the issue. Check how dependencies and extras are declared, then verify that the main package can be installed on Windows without gunicorn while the optional extra still provides it for the bootstrap scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100