chore: fix python lower bound for git-deps-pinned

This commit is contained in:
Phillip Cloud 2023-10-23 04:03:04 -04:00
parent 8aaf699ec5
commit 6761453ba8
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -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]