-
DepHell is archived project with no acknowledged fork at https://github.com/orsinium/forks.
I suggest replacing that guide with just `pytest`.
-
I see you have git specifiers.
It might be useful to use https://github.com/retr0h/git-url-parse to help with parsing. Despite saying it is not maintained, coala developers havent had problems get…
-
```
$ dephell deps convert --traceback --from pyproject.toml --to setup.py
WARNING cannot find tool.dephell section in the config (path=pyproject.toml)
ERROR AttributeError: 'Array' object has no a…
-
## Short description
Allow use dephell jail to install with extra pip arguments, such as `--extra-index-url`
```bash
pip install search_stack --extra-index-url=https://pypi.g.smailru.net/devops/op…
-
https://pypi.org/project/pipub/ ;-(
As you know there are other tools which do similar things. Does this have features not found elsewhere?
I expect @dephell might do most of this, and they wou…
-
## Short description
`dephell` does not ensure a consistent cwd during installation – possibly changed to `/tmp` by calling pip in-process. In turn, pip does not find any project metadata. Diagnost…
-
Dephell needs this fix to work with bowler: https://github.com/dephell/dephell/pull/474
Otherwise:
```
========================================= test session starts ==============================…
-
* telegram-upload version: 0.7.0
* Python version: 3.8.10
* Operating System: Ubuntu 20.04.6 LTS and Ubuntu 18.04.6 LTS
* Dependencies list (run `pip freeze`):
### Description
_Describe what …
-
1. [`pipdeptree`](https://github.com/naiquevin/pipdeptree) : pip extension
1. [`pip check`](https://pip.pypa.io/en/stable/reference/pip_check/) : pip command
1. [`pip-tools` ](https://github.com/jaz…
-
## Short description
I'm trying to get into using `dephell` but the lack of a minimal working example is hindering my grokking it.
I was going here as it's the first example:
https://dephell.…