kopia lustrzana https://github.com/jedie/PyInventory
support python >=3.7,<4.0.0
rodzic
a5b0235b12
commit
ae08fecb59
|
@ -35,7 +35,7 @@ classifiers = [
|
||||||
readme='README.rst'
|
readme='README.rst'
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = ">=3.7,<4.0.0"
|
||||||
colorama = "*" # Console colors under windows: https://pypi.org/project/colorama/
|
colorama = "*" # Console colors under windows: https://pypi.org/project/colorama/
|
||||||
colorlog = "*" # https://github.com/borntyping/python-colorlog
|
colorlog = "*" # https://github.com/borntyping/python-colorlog
|
||||||
gunicorn = "*" # https://gunicorn.org/
|
gunicorn = "*" # https://gunicorn.org/
|
||||||
|
|
Ładowanie…
Reference in New Issue