added typing_extensions w/ burnettk
This commit is contained in:
parent
3aa120f73a
commit
c898ca752e
|
@ -1913,7 +1913,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "7ac8a215dc434df70aa91359d5a1cd8458ca30eb0d104bad326442e3f592f813"
|
||||
content-hash = "661c4b01443a532b54978f8b0721d24b9172eb09b37c7cdd303dd8ffb6207065"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
|
|
|
@ -36,6 +36,7 @@ mysql-connector-python = "^8.0.29"
|
|||
pytest-flask = "^1.2.0"
|
||||
pytest-flask-sqlalchemy = "^1.1.0"
|
||||
psycopg2 = "^2.9.3"
|
||||
typing-extensions = "^4.2.0"
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue