-
According to , any python project should
store its metadata in `pyproject.toml`, not `.gitlint`, `.yamllint.yaml`, `.vintrc.yml`, `addon-info.json`, or other thing.
Many projects have support PEP6…
-
I'm trying to use `pip-compile` to generate `requirements.txt` from `pyproject.toml` but for some reason the output from `pip-compile` doesn't actually contain any dependencies.
#### Environment Ve…
-
I tried to switch my package github.com/equinor/ecl-data-io to use PEP 621 pyproject.toml (no setup.py) . However, it seems like there is no way to do that and use setuptools_scm. The following was my…
-
With recent tomlkit 0.11.6 `ini2toml` tests fail:
```
...
__________________________________ test_data_files ___________________________________
translator =
def test_data_files(translat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pip
### Package manager version
Poetry (version 1.2.1)
### Language version
…
-
Hello!
I tried installing your app on a computer running Ubuntu 22.04. I have both python3 and python2.7 installed... I tried python3 first, then python2.7. I seem to run into the same issues regar…
-
Add function to extract dependencies from pyproject.toml.
Note, consider development and library dependencies separately.
-
via: https://stackoverflow.com/a/72666457/1396928
There may be other ways, I've used `requirements/dev.txt` back in the day. Also there's imply adding an `extras_require` to setup.py
https://pep…
-
Cool project!
It would be nice with support for the [pip-tools](https://github.com/jazzband/pip-tools) `pip-compile` command (basically creating lock files with pip dependencies from specification …
-
I've noticed the following tests failing because I have `NINJA=samu` set in my environment:
```
tests/test_pep517.py::test_get_requires_for_build_wheel[newninja-patchelf-pure] FAILED …