Update packages
This commit is contained in:
parent
7c8d60e3e5
commit
9d13443999
2 changed files with 471 additions and 429 deletions
878
poetry.lock
generated
878
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,17 +6,17 @@ authors = ["Felix Breidenstein <mail@felixbreidenstein.de>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6.1"
|
python = "^3.8"
|
||||||
SQLAlchemy = "^1.3.20"
|
SQLAlchemy = "*"
|
||||||
Flask = "^1.1.2"
|
Flask = "*"
|
||||||
mt-940 = "^4.23.0"
|
mt-940 = "*"
|
||||||
xdg = "^5.0.0"
|
xdg = "*"
|
||||||
PyYAML = "^5.3.1"
|
PyYAML = "*"
|
||||||
colorful = "^0.5.4"
|
colorful = "*"
|
||||||
schwifty = "^2020.9.0"
|
schwifty = "*"
|
||||||
prompt-toolkit = "^3.0.8"
|
prompt-toolkit = "*"
|
||||||
pytest = "^6.1.2"
|
pytest = "*"
|
||||||
python-dateutil = "^2.8.1"
|
python-dateutil = "*"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue