Jannis Gebauer
Jannis Gebauer
The `Dependency` class is currently tightly coupled to Python dependencies.
- [ ] move stuff out of the `parser` module: ``` - dparse | - flavors | - __init__.py | - requirements.py | - tox.py | - conda.py | -...
Reference: https://github.com/pyupio/pyup/issues/256
Maybe we should split the current configuration into environments and ask during project generation what configurations to use in dev/prod. This would make it easier for users to decide how...