mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-14 02:27:02 +01:00
pyproject.toml: bump flake8
This commit is contained in:
parent
7cd762a5a2
commit
913596c61d
@ -6,7 +6,7 @@ authors = ["Alan Orth <aorth@mjanja.ch>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = "^3.8.1"
|
||||
gunicorn = "^20.0.4"
|
||||
falcon = "3.1.1"
|
||||
psycopg2 = "^2.9.1"
|
||||
@ -14,7 +14,7 @@ requests = "^2.24.0"
|
||||
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "^4.0.1"
|
||||
flake8 = "^6.0.0"
|
||||
pytest = "^7.0.0"
|
||||
black = "^23.0.0"
|
||||
isort = "^5.9.1"
|
||||
|
Loading…
Reference in New Issue
Block a user