We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a pyproject.toml with only one dependency:
[tool.pyflow.dependencies] ccxt = "1.72.98"
run:
$ pyflow install opts Opt { subcmds: Install { packages: [], dev: false }, color: None } Can't find a compatible package for Req { name: "yarl", constraints: [Constraint { type_: Exact, version: 1.7.2 }], extra: None, sys_platform: None, python_version: Some([Constraint { type_: Gte, version: 3.5.2 }]), install_with_extras: None, path: None, git: None }
If I use other packager manager like pdm, the dependency can be solved without problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduce the bug
a pyproject.toml with only one dependency:
run:
If I use other packager manager like pdm, the dependency can be solved without problem.
The text was updated successfully, but these errors were encountered: