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"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6.1"
|
||||
SQLAlchemy = "^1.3.20"
|
||||
Flask = "^1.1.2"
|
||||
mt-940 = "^4.23.0"
|
||||
xdg = "^5.0.0"
|
||||
PyYAML = "^5.3.1"
|
||||
colorful = "^0.5.4"
|
||||
schwifty = "^2020.9.0"
|
||||
prompt-toolkit = "^3.0.8"
|
||||
pytest = "^6.1.2"
|
||||
python-dateutil = "^2.8.1"
|
||||
python = "^3.8"
|
||||
SQLAlchemy = "*"
|
||||
Flask = "*"
|
||||
mt-940 = "*"
|
||||
xdg = "*"
|
||||
PyYAML = "*"
|
||||
colorful = "*"
|
||||
schwifty = "*"
|
||||
prompt-toolkit = "*"
|
||||
pytest = "*"
|
||||
python-dateutil = "*"
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue