mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
chore: fix python lower bound for git-deps-pinned
This commit is contained in:
parent
8aaf699ec5
commit
6761453ba8
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ description = "poetry2nix test"
|
|||
authors = ["Your Name <you@example.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
python = "^3.7"
|
||||
alembic = { git = "https://github.com/sqlalchemy/alembic.git", tag = "rel_1_3_1" }
|
||||
colorama = {git = "https://github.com/tartley/colorama.git", rev = "4321bbfda9aa190acdad05eb901d3b59439f0ec9" }
|
||||
colorama = { git = "https://github.com/tartley/colorama.git", rev = "4321bbfda9aa190acdad05eb901d3b59439f0ec9" }
|
||||
s3transfer = { git = "https://github.com/boto/s3transfer.git", branch = "develop" }
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Add table
Reference in a new issue