Changeset - 9c7da33e6600
[Not reviewed]
tip default
0 2 0
Dennis Fink - 3 years ago 2022-08-30 10:17:37
dennis.fink@c3l.lu
Update dependencies
2 files changed with 31 insertions and 7 deletions:
0 comments (0 inline, 0 general)
poetry.lock
Show inline comments
 
@@ -142,13 +142,13 @@ optional = false
 
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
 

	
 
[[package]]
 
name = "djhtml"
 
version = "1.5.0"
 
description = "Django/Jinja template indenter"
 
category = "main"
 
category = "dev"
 
optional = false
 
python-versions = "*"
 

	
 
[package.extras]
 
dev = ["black", "flake8", "isort", "nox", "pre-commit"]
 

	
 
@@ -504,12 +504,31 @@ version = "1.5.3"
 
description = "a fork of Python 2 and 3 ast modules with type comment support"
 
category = "dev"
 
optional = false
 
python-versions = ">=3.6"
 

	
 
[[package]]
 
name = "types-requests"
 
version = "2.28.3"
 
description = "Typing stubs for requests"
 
category = "dev"
 
optional = false
 
python-versions = "*"
 

	
 
[package.dependencies]
 
types-urllib3 = "<1.27"
 

	
 
[[package]]
 
name = "types-urllib3"
 
version = "1.26.16"
 
description = "Typing stubs for urllib3"
 
category = "dev"
 
optional = false
 
python-versions = "*"
 

	
 
[[package]]
 
name = "typing-extensions"
 
version = "4.2.0"
 
description = "Backported and Experimental Type Hints for Python 3.7+"
 
category = "main"
 
optional = false
 
python-versions = ">=3.7"
 
@@ -594,13 +613,13 @@ python-versions = ">=3.7"
 
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
 
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
 

	
 
[metadata]
 
lock-version = "1.1"
 
python-versions = ">=3.7.0,<4"
 
content-hash = "6c818e0cfa66d28bce07b2cef351dc557dd0bc7b15e969c0a2d8a3df21a56e82"
 
content-hash = "ca21c9f3bb474f259cef68c6762c08fa59202b5ea1ddcf4744cf4362e28ef9ad"
 

	
 
[metadata.files]
 
babel = [
 
    {file = "Babel-2.10.1-py3-none-any.whl", hash = "sha256:3f349e85ad3154559ac4930c3918247d319f21910d5ce4b25d439ed8693b98d2"},
 
    {file = "Babel-2.10.1.tar.gz", hash = "sha256:98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13"},
 
]
 
@@ -939,12 +958,17 @@ typed-ast = [
 
    {file = "typed_ast-1.5.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:37e5349d1d5de2f4763d534ccb26809d1c24b180a477659a12c4bde9dd677d74"},
 
    {file = "typed_ast-1.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c9f1a27592fac87daa4e3f16538713d705599b0a27dfe25518b80b6b017f0a6d"},
 
    {file = "typed_ast-1.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8831479695eadc8b5ffed06fdfb3e424adc37962a75925668deeb503f446c0a3"},
 
    {file = "typed_ast-1.5.3-cp39-cp39-win_amd64.whl", hash = "sha256:20d5118e494478ef2d3a2702d964dae830aedd7b4d3b626d003eea526be18718"},
 
    {file = "typed_ast-1.5.3.tar.gz", hash = "sha256:27f25232e2dd0edfe1f019d6bfaaf11e86e657d9bdb7b0956db95f560cceb2b3"},
 
]
 
types-requests = []
 
types-urllib3 = [
 
    {file = "types-urllib3-1.26.16.tar.gz", hash = "sha256:8bb3832c684c30cbed40b96e28bc04703becb2b97d82ac65ba4b968783453b0e"},
 
    {file = "types_urllib3-1.26.16-py3-none-any.whl", hash = "sha256:20588c285e5ca336d908d2705994830a83cfb6bda40fc356bbafaf430a262013"},
 
]
 
typing-extensions = [
 
    {file = "typing_extensions-4.2.0-py3-none-any.whl", hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708"},
 
    {file = "typing_extensions-4.2.0.tar.gz", hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376"},
 
]
 
urllib3 = [
 
    {file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
pyproject.toml
Show inline comments
 
@@ -5,26 +5,26 @@ description = ""
 
authors = ["Dennis Fink <dennis.fink@c3l.lu>"]
 
license = "GPL-3.0-or-later"
 
include = ["c3l_membership/static/*", "c3l_membership/template/*", "c3l_membership/translations/*"]
 

	
 
[tool.poetry.dependencies]
 
python = ">=3.7.0,<4"
 
Flask = "^2.0.2"
 
Flask = "^2.1.2"
 
Flask-QRcode = "^3.0.0"
 
Flask-WeasyPrint = "^0.6"
 
Flask-WTF = "^1.0.0"
 
email-validator = "^1.1.3"
 
WTForms="^3.0.1"
 
Flask-WTF = "^1.0.1"
 
email-validator = "^1.2.1"
 
WeasyPrint="<53"
 
djhtml = "^1.4.11"
 
Flask-Babel = "^2.0.0"
 
requests = "^2.27.1"
 

	
 
[tool.poetry.dev-dependencies]
 
black = "^22.3.0"
 
mypy = "^0.950"
 
isort = "^5.10.1"
 
djhtml = "^1.5.0"
 
types-requests = "^2.28.3"
 

	
 

	
 
[build-system]
 
requires = ["poetry-core>=1.0.0"]
 
build-backend = "poetry.core.masonry.api"
0 comments (0 inline, 0 general)