2022-09-24 16:51:15 +02:00
[ [ package ] ]
name = "ansicon"
version = "1.89.0"
description = "Python wrapper for loading Jason Hood's ANSICON"
category = "main"
optional = false
python-versions = "*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "asgiref"
2022-09-24 16:51:15 +02:00
version = "3.5.2"
2022-04-24 15:51:25 +02:00
description = "ASGI specs, helper code, and adapters"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
tests = [ "pytest" , "pytest-asyncio" , "mypy (>=0.800)" ]
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "async-generator"
version = "1.10"
description = "Async generators and context managers for Python 3.5+"
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "atomicwrites"
version = "1.4.1"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
2022-09-24 16:51:15 +02:00
name = "attrs"
version = "22.1.0"
description = "Classes Without Boilerplate"
2022-04-24 15:51:25 +02:00
category = "dev"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.5"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "mypy (>=0.900,!=0.940)" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" , "cloudpickle" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "mypy (>=0.900,!=0.940)" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "mypy (>=0.900,!=0.940)" , "pytest-mypy-plugins" , "cloudpickle" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
2022-09-24 16:51:15 +02:00
name = "beautifulsoup4"
version = "4.11.1"
description = "Screen-scraping library"
2022-04-24 15:51:25 +02:00
category = "dev"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.6.0"
[ package . dependencies ]
soupsieve = ">1.2"
2022-04-24 15:51:25 +02:00
[ package . extras ]
2022-09-24 16:51:15 +02:00
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
2022-09-24 16:51:15 +02:00
name = "blessed"
version = "1.19.1"
description = "Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities."
2022-04-24 15:51:25 +02:00
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=2.7"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
jinxed = { version = ">=1.1.0" , markers = "platform_system == \"Windows\"" }
six = ">=1.9.0"
wcwidth = ">=0.1.4"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "bpython"
2022-09-24 16:51:15 +02:00
version = "0.23"
2022-04-24 15:51:25 +02:00
description = ""
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.7"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
curtsies = ">=0.4.0"
2022-04-24 15:51:25 +02:00
cwcwidth = "*"
greenlet = "*"
pygments = "*"
pyxdg = "*"
requests = "*"
[ package . extras ]
clipboard = [ "pyperclip" ]
jedi = [ "jedi (>=0.16)" ]
urwid = [ "urwid" ]
watch = [ "watchdog" ]
[ [ package ] ]
name = "brotli"
version = "1.0.9"
description = "Python bindings for the Brotli compression library"
category = "main"
optional = false
python-versions = "*"
2022-09-24 22:46:08 +02:00
[ [ package ] ]
name = "cerberus"
version = "1.3.4"
description = "Lightweight, extensible schema and data validation tool for Python dictionaries."
category = "dev"
optional = false
python-versions = ">=2.7"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "certifi"
2022-09-24 16:51:15 +02:00
version = "2022.9.24"
2022-04-24 15:51:25 +02:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "cffi"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
name = "charset-normalizer"
2022-09-24 16:51:15 +02:00
version = "2.1.1"
2022-04-24 15:51:25 +02:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.6.0"
2022-04-24 15:51:25 +02:00
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2022-09-24 22:46:08 +02:00
[ [ package ] ]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "colorama"
2022-09-24 16:51:15 +02:00
version = "0.4.5"
2022-04-24 15:51:25 +02:00
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-09-24 16:51:15 +02:00
[ [ package ] ]
name = "contourpy"
version = "1.0.5"
description = "Python library for calculating contours of 2D quadrilateral grids"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.16"
[ package . extras ]
test-no-codebase = [ "pillow" , "matplotlib" , "pytest" ]
test-minimal = [ "pytest" ]
test = [ "isort" , "flake8" , "pillow" , "matplotlib" , "pytest" ]
docs = [ "sphinx-rtd-theme" , "sphinx" , "docutils (<0.18)" ]
bokeh = [ "selenium" , "bokeh" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "coverage"
2022-09-24 16:51:15 +02:00
version = "6.4.4"
2022-04-24 15:51:25 +02:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2022-04-24 15:51:25 +02:00
[ package . extras ]
toml = [ "tomli" ]
2022-04-24 18:59:04 +02:00
[ [ package ] ]
name = "crispy-bootstrap5"
version = "0.6"
description = "Bootstrap5 template pack for django-crispy-forms"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
django = ">=2.2"
django-crispy-forms = ">=1.13.0"
[ package . extras ]
test = [ "pytest" , "pytest-django" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "curtsies"
2022-09-24 16:51:15 +02:00
version = "0.4.0"
2022-04-24 15:51:25 +02:00
description = "Curses-like terminal wrapper, with colored strings!"
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.7"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
blessed = ">=1.5"
2022-04-24 15:51:25 +02:00
cwcwidth = "*"
[ [ package ] ]
name = "cwcwidth"
2022-09-24 16:51:15 +02:00
version = "0.1.7"
2022-04-24 15:51:25 +02:00
description = "Python bindings for wc(s)width"
category = "main"
optional = false
python-versions = ">=3.7"
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "cycler"
version = "0.11.0"
description = "Composable style cycles"
category = "main"
optional = false
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "distlib"
2022-09-24 16:51:15 +02:00
version = "0.3.6"
2022-04-24 15:51:25 +02:00
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django"
2022-09-24 16:51:15 +02:00
version = "4.1.1"
2022-04-24 15:51:25 +02:00
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
asgiref = ">=3.5.2,<4"
2022-04-24 15:51:25 +02:00
sqlparse = ">=0.2.2"
tzdata = { version = "*" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
argon2 = [ "argon2-cffi (>=19.1.0)" ]
bcrypt = [ "bcrypt" ]
[ [ package ] ]
name = "django-anymail"
2022-09-24 16:51:15 +02:00
version = "8.6"
description = "Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost"
2022-04-24 15:51:25 +02:00
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
django = ">=2.0"
requests = ">=2.4.3"
[ package . extras ]
amazon_ses = [ "boto3" ]
dev = [ "flake8" , "sphinx" , "sphinx-rtd-theme" , "tox" , "twine" , "wheel" ]
postal = [ "cryptography" ]
[ [ package ] ]
name = "django-cleanup"
2022-09-24 16:51:15 +02:00
version = "6.0.0"
2022-04-24 15:51:25 +02:00
description = "Deletes old files."
category = "main"
optional = false
python-versions = "*"
2022-04-24 18:59:04 +02:00
[ [ package ] ]
name = "django-crispy-forms"
version = "1.14.0"
description = "Best way to have Django DRY forms"
category = "main"
optional = false
python-versions = ">=3.7"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "django-csp"
version = "3.7"
description = "Django Content Security Policy support."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Django = ">=1.8"
[ package . extras ]
jinja2 = [ "jinja2 (>=2.9.6)" ]
tests = [ "pytest (<4.0)" , "pytest-django" , "pytest-flakes (==1.0.1)" , "pytest-pep8 (==1.0.6)" , "pep8 (==1.4.6)" , "mock (==1.0.1)" , "six (==1.12.0)" , "jinja2 (>=2.9.6)" ]
[ [ package ] ]
name = "django-environ"
2022-09-24 16:51:15 +02:00
version = "0.9.0"
2022-04-24 15:51:25 +02:00
description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application."
category = "main"
optional = false
python-versions = ">=3.4,<4"
[ package . extras ]
develop = [ "coverage[toml] (>=5.0a4)" , "pytest (>=4.6.11)" , "furo (>=2021.8.17b43,<2021.9.0)" , "sphinx (>=3.5.0)" , "sphinx-notfound-page" ]
docs = [ "furo (>=2021.8.17b43,<2021.9.0)" , "sphinx (>=3.5.0)" , "sphinx-notfound-page" ]
testing = [ "coverage[toml] (>=5.0a4)" , "pytest (>=4.6.11)" ]
[ [ package ] ]
name = "django-extensions"
2022-09-24 16:51:15 +02:00
version = "3.2.1"
2022-04-24 15:51:25 +02:00
description = "Extensions for Django"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
Django = ">=3.2"
2022-04-24 15:51:25 +02:00
2022-09-25 19:51:21 +02:00
[ [ package ] ]
name = "django-htmx"
version = "1.12.2"
description = "Extensions for using Django with htmx."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
Django = ">=3.2"
2022-09-25 21:08:44 +02:00
[ [ package ] ]
name = "django-solo"
version = "2.0.0"
description = "Django Solo helps working with singletons"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
django = ">=2.2"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "factory-boy"
version = "3.2.1"
description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Faker = ">=0.7.0"
[ package . extras ]
dev = [ "coverage" , "django" , "flake8" , "isort" , "pillow" , "sqlalchemy" , "mongoengine" , "wheel (>=0.32.0)" , "tox" , "zest.releaser" ]
doc = [ "sphinx" , "sphinx-rtd-theme" , "sphinxcontrib-spelling" ]
[ [ package ] ]
name = "faker"
version = "14.2.1"
description = "Faker is a Python package that generates fake data for you."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
python-dateutil = ">=2.4"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "filelock"
2022-09-24 16:51:15 +02:00
version = "3.8.0"
2022-04-24 15:51:25 +02:00
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-09-24 16:51:15 +02:00
docs = [ "furo (>=2022.6.21)" , "sphinx (>=5.1.1)" , "sphinx-autodoc-typehints (>=1.19.1)" ]
testing = [ "covdefaults (>=2.2)" , "coverage (>=6.4.2)" , "pytest (>=7.1.2)" , "pytest-cov (>=3)" , "pytest-timeout (>=2.1)" ]
2022-04-24 15:51:25 +02:00
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "fonttools"
2022-09-24 16:51:15 +02:00
version = "4.37.3"
2022-04-26 19:25:09 +02:00
description = "Tools to manipulate font files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
all = [ "fs (>=2.2.0,<3)" , "lxml (>=4.0,<5)" , "zopfli (>=0.1.4)" , "lz4 (>=1.7.4.2)" , "matplotlib" , "sympy" , "skia-pathops (>=0.5.0)" , "uharfbuzz (>=0.23.0)" , "brotlicffi (>=0.8.0)" , "scipy" , "brotli (>=1.0.1)" , "munkres" , "unicodedata2 (>=14.0.0)" , "xattr" ]
graphite = [ "lz4 (>=1.7.4.2)" ]
interpolatable = [ "scipy" , "munkres" ]
lxml = [ "lxml (>=4.0,<5)" ]
pathops = [ "skia-pathops (>=0.5.0)" ]
plot = [ "matplotlib" ]
repacker = [ "uharfbuzz (>=0.23.0)" ]
symfont = [ "sympy" ]
type1 = [ "xattr" ]
ufo = [ "fs (>=2.2.0,<3)" ]
unicode = [ "unicodedata2 (>=14.0.0)" ]
woff = [ "zopfli (>=0.1.4)" , "brotlicffi (>=0.8.0)" , "brotli (>=1.0.1)" ]
2022-04-26 21:57:42 +02:00
[ [ package ] ]
name = "freezegun"
2022-09-24 16:51:15 +02:00
version = "1.2.2"
2022-04-26 21:57:42 +02:00
description = "Let your Python tests travel through time"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
python-dateutil = ">=2.7"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "greenlet"
2022-09-24 16:51:15 +02:00
version = "1.1.3"
2022-04-24 15:51:25 +02:00
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
[ [ package ] ]
name = "gunicorn"
version = "20.1.0"
description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "h11"
version = "0.13.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "dev"
optional = false
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "identify"
2022-09-24 16:51:15 +02:00
version = "2.5.5"
2022-04-24 15:51:25 +02:00
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
license = [ "ukkonen" ]
[ [ package ] ]
name = "idna"
2022-09-24 16:51:15 +02:00
version = "3.4"
2022-04-24 15:51:25 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "invoke"
2022-09-24 16:51:15 +02:00
version = "1.7.1"
2022-04-24 15:51:25 +02:00
description = "Pythonic task execution"
category = "dev"
optional = false
python-versions = "*"
2022-09-24 16:51:15 +02:00
[ [ package ] ]
name = "jinxed"
version = "1.2.0"
description = "Jinxed Terminal Library"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ansicon = { version = "*" , markers = "platform_system == \"Windows\"" }
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "kiwisolver"
2022-09-24 16:51:15 +02:00
version = "1.4.4"
2022-04-26 19:25:09 +02:00
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
optional = false
python-versions = ">=3.7"
2022-09-24 22:46:08 +02:00
[ [ package ] ]
name = "kolo"
version = "2.0.3"
description = "See everything happening in your running Django app"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
cerberus = ">=1.3.4"
click = ">=7.1.2"
tomli = { version = ">=2.0.0" , markers = "python_version < \"3.11\"" }
toolz = ">=0.11.1"
ulid-py = ">=1.1.0"
[ package . extras ]
test_generation = [ "jinja2 (>=3.0.0)" ]
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "matplotlib"
2022-09-24 16:51:15 +02:00
version = "3.6.0"
2022-04-26 19:25:09 +02:00
description = "Python plotting package"
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.8"
2022-04-26 19:25:09 +02:00
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
contourpy = ">=1.0.1"
2022-04-26 19:25:09 +02:00
cycler = ">=0.10"
fonttools = ">=4.22.0"
kiwisolver = ">=1.0.1"
2022-09-24 16:51:15 +02:00
numpy = ">=1.19"
2022-04-26 19:25:09 +02:00
packaging = ">=20.0"
pillow = ">=6.2.0"
pyparsing = ">=2.2.1"
python-dateutil = ">=2.7"
2022-09-24 16:51:15 +02:00
setuptools_scm = ">=7"
2022-04-26 19:25:09 +02:00
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "model-bakery"
2022-09-24 16:51:15 +02:00
version = "1.7.0"
2022-04-24 15:51:25 +02:00
description = "Smart object creation facility for Django."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
django = ">=3.2"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "nodeenv"
2022-09-24 16:51:15 +02:00
version = "1.7.0"
2022-04-24 15:51:25 +02:00
description = "Node.js virtual environment builder"
category = "dev"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
2022-04-24 15:51:25 +02:00
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "numpy"
2022-09-24 16:51:15 +02:00
version = "1.23.3"
2022-04-26 19:25:09 +02:00
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "outcome"
version = "1.2.0"
description = "Capture the outcome of Python function calls."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
attrs = ">=19.2.0"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
2022-04-26 19:25:09 +02:00
category = "main"
2022-04-24 15:51:25 +02:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2022-04-24 16:21:39 +02:00
[ [ package ] ]
name = "pillow"
2022-09-24 16:51:15 +02:00
version = "9.2.0"
2022-04-24 16:21:39 +02:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-09-24 16:51:15 +02:00
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-issues (>=3.0.1)" , "sphinx-removed-in" , "sphinxext-opengraph" ]
2022-04-24 16:21:39 +02:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "platformdirs"
version = "2.5.2"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" , "sphinx (>=4)" ]
test = [ "appdirs (==1.4.4)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" , "pytest (>=6)" ]
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ [ package ] ]
name = "poetry-deps-scanner"
2022-09-24 16:51:15 +02:00
version = "2.0.0.post2"
2022-04-24 15:51:25 +02:00
description = "Analyse poetry dependencies and comment on gitlab"
category = "dev"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.10,<4"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
packaging = ">=21.3,<22.0"
prettytable = ">=3.3.0,<4.0.0"
pypi-simple = ">=0.9.0,<0.10.0"
2022-04-24 15:51:25 +02:00
python-gitlab = ">=2.6.0"
toml = ">=0.10.2"
[ [ package ] ]
name = "pre-commit"
2022-09-24 16:51:15 +02:00
version = "2.20.0"
2022-04-24 15:51:25 +02:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
2022-09-24 16:51:15 +02:00
[ [ package ] ]
name = "prettytable"
version = "3.4.1"
description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
wcwidth = "*"
[ package . extras ]
tests = [ "pytest" , "pytest-cov" , "pytest-lazy-fixture" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "pygments"
2022-09-24 16:51:15 +02:00
version = "2.13.0"
2022-04-24 15:51:25 +02:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
2022-05-05 19:19:54 +02:00
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
2022-09-24 16:51:15 +02:00
[ package . extras ]
plugins = [ "importlib-metadata" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "pyparsing"
2022-09-24 16:51:15 +02:00
version = "3.0.9"
2022-04-24 15:51:25 +02:00
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-04-26 19:25:09 +02:00
category = "main"
2022-04-24 15:51:25 +02:00
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
diagrams = [ "railroad-diagrams" , "jinja2" ]
2022-09-24 16:51:15 +02:00
[ [ package ] ]
name = "pypi-simple"
version = "0.9.0"
description = "PyPI Simple Repository API client library"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
beautifulsoup4 = ">=4.5,<5.0"
packaging = ">=20"
requests = ">=2.20,<3.0"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "pysocks"
version = "1.7.1"
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "pytest"
2022-09-24 20:11:01 +02:00
version = "6.2.5"
2022-04-24 15:51:25 +02:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
2022-09-24 20:11:01 +02:00
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
2022-09-24 20:11:01 +02:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2022-04-24 15:51:25 +02:00
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
2022-09-24 20:11:01 +02:00
toml = "*"
2022-04-24 15:51:25 +02:00
[ package . extras ]
2022-09-24 20:11:01 +02:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-base-url"
version = "2.0.0"
description = "pytest plugin for URL based testing"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
pytest = ">=3.0.0,<8.0.0"
requests = ">=2.9"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "pytest-cov"
version = "3.0.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
pytest = ">=4.6"
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
[ [ package ] ]
name = "pytest-django"
version = "4.5.2"
description = "A Django plugin for pytest."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
pytest = ">=5.4.0"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
testing = [ "django" , "django-configurations (>=2.0)" ]
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "pytest-html"
version = "3.1.1"
description = "pytest plugin for generating HTML reports"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pytest = ">=5.0,<6.0.0 || >6.0.0"
pytest-metadata = "*"
[ [ package ] ]
name = "pytest-metadata"
version = "2.0.2"
description = "pytest plugin for test session metadata"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
pytest = ">=3.0.0,<8.0.0"
[ [ package ] ]
name = "pytest-selenium"
version = "4.0.0"
description = "pytest plugin for Selenium"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
pytest = ">=6.0.0,<7.0.0"
pytest-base-url = ">=2.0.0,<3.0.0"
pytest-html = ">=2.0.0"
pytest-variables = ">=2.0.0,<3.0.0"
requests = ">=2.26.0,<3.0.0"
selenium = ">=4.0.0,<5.0.0"
tenacity = ">=6.0.0,<7.0.0"
[ package . extras ]
appium = [ "appium-python-client (>=2.0.0,<3.0.0)" ]
[ [ package ] ]
name = "pytest-variables"
version = "2.0.0"
description = "pytest plugin for providing variables to tests/fixtures"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
pytest = ">=3.0.0,<8.0.0"
[ package . extras ]
toml = [ "toml" ]
yaml = [ "pyyaml" ]
hjson = [ "hjson" ]
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "python-gitlab"
2022-09-24 16:51:15 +02:00
version = "3.9.0"
2022-04-24 15:51:25 +02:00
description = "Interact with GitLab API"
category = "dev"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
requests = ">=2.25.0"
requests-toolbelt = ">=0.9.1"
[ package . extras ]
autocompletion = [ "argcomplete (>=1.10.0,<3)" ]
yaml = [ "PyYaml (>=5.2)" ]
[ [ package ] ]
name = "pyxdg"
2022-09-24 16:51:15 +02:00
version = "0.28"
2022-04-24 15:51:25 +02:00
description = "PyXDG contains implementations of freedesktop.org standards in python."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "requests"
2022-09-24 16:51:15 +02:00
version = "2.28.1"
2022-04-24 15:51:25 +02:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.7, <4"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-09-24 16:51:15 +02:00
charset-normalizer = ">=2,<3"
idna = ">=2.5,<4"
2022-04-24 15:51:25 +02:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
2022-09-24 16:51:15 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<6)" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "requests-toolbelt"
version = "0.9.1"
description = "A utility belt for advanced users of python-requests"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">=2.0.1,<3.0.0"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "selenium"
version = "4.4.3"
description = ""
category = "dev"
optional = false
python-versions = "~=3.7"
[ package . dependencies ]
certifi = ">=2021.10.8"
trio = ">=0.17,<1.0"
trio-websocket = ">=0.9,<1.0"
urllib3 = { version = ">=1.26,<2.0" , extras = [ "socks" ] }
2022-04-26 19:25:09 +02:00
[ [ package ] ]
name = "setuptools-scm"
2022-09-24 16:51:15 +02:00
version = "7.0.5"
2022-04-26 19:25:09 +02:00
description = "the blessed package to manage your versions by scm tags"
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.7"
2022-04-26 19:25:09 +02:00
[ package . dependencies ]
packaging = ">=20.0"
tomli = ">=1.0.0"
2022-09-24 16:51:15 +02:00
typing-extensions = "*"
2022-04-26 19:25:09 +02:00
[ package . extras ]
test = [ "pytest (>=6.2)" , "virtualenv (>20)" ]
toml = [ "setuptools (>=42)" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
category = "dev"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "dev"
optional = false
python-versions = "*"
2022-09-24 16:51:15 +02:00
[ [ package ] ]
name = "soupsieve"
version = "2.3.2.post1"
description = "A modern CSS selector implementation for Beautiful Soup."
category = "dev"
optional = false
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "sqlparse"
2022-09-24 16:51:15 +02:00
version = "0.4.3"
2022-04-24 15:51:25 +02:00
description = "A non-validating SQL parser."
category = "main"
optional = false
python-versions = ">=3.5"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "tenacity"
version = "6.3.1"
description = "Retry code until it succeeds"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.9.0"
[ package . extras ]
doc = [ "reno" , "sphinx" , "tornado (>=4.5)" ]
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
2022-04-26 19:25:09 +02:00
category = "main"
2022-04-24 15:51:25 +02:00
optional = false
python-versions = ">=3.7"
2022-09-24 22:46:08 +02:00
[ [ package ] ]
name = "toolz"
version = "0.12.0"
description = "List processing tools and functional utilities"
category = "dev"
optional = false
python-versions = ">=3.5"
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "trio"
version = "0.21.0"
description = "A friendly Python library for async concurrency and I/O"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
async-generator = ">=1.9"
attrs = ">=19.2.0"
cffi = { version = ">=1.14" , markers = "os_name == \"nt\" and implementation_name != \"pypy\"" }
idna = "*"
outcome = "*"
sniffio = "*"
sortedcontainers = "*"
[ [ package ] ]
name = "trio-websocket"
version = "0.9.2"
description = "WebSocket library for Trio"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
async-generator = ">=1.10"
trio = ">=0.11"
wsproto = ">=0.14"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "typing-extensions"
2022-09-24 16:51:15 +02:00
version = "4.3.0"
2022-04-24 15:51:25 +02:00
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "tzdata"
2022-09-24 16:51:15 +02:00
version = "2022.2"
2022-04-24 15:51:25 +02:00
description = "Provider of IANA time zone data"
category = "main"
optional = false
python-versions = ">=2"
2022-09-24 22:46:08 +02:00
[ [ package ] ]
name = "ulid-py"
version = "1.1.0"
description = "Universally Unique Lexicographically Sortable Identifier"
category = "dev"
optional = false
python-versions = "*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "urllib3"
2022-09-24 16:51:15 +02:00
version = "1.26.12"
2022-04-24 15:51:25 +02:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
2022-04-24 15:51:25 +02:00
2022-09-24 20:11:01 +02:00
[ package . dependencies ]
PySocks = { version = ">=1.5.6,<1.5.7 || >1.5.7,<2.0" , optional = true , markers = "extra == \"socks\"" }
2022-04-24 15:51:25 +02:00
[ package . extras ]
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2022-09-24 16:51:15 +02:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "urllib3-secure-extra" , "ipaddress" ]
2022-04-24 15:51:25 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "virtualenv"
2022-09-24 16:51:15 +02:00
version = "20.16.5"
2022-04-24 15:51:25 +02:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
2022-09-24 16:51:15 +02:00
python-versions = ">=3.6"
2022-04-24 15:51:25 +02:00
[ package . dependencies ]
2022-09-24 16:51:15 +02:00
distlib = ">=0.3.5,<1"
filelock = ">=3.4.1,<4"
platformdirs = ">=2.4,<3"
2022-04-24 15:51:25 +02:00
[ package . extras ]
2022-09-24 16:51:15 +02:00
docs = [ "proselint (>=0.13)" , "sphinx (>=5.1.1)" , "sphinx-argparse (>=0.3.1)" , "sphinx-rtd-theme (>=1)" , "towncrier (>=21.9)" ]
testing = [ "coverage (>=6.2)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3.7)" , "packaging (>=21.3)" , "pytest (>=7.0.1)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.2)" , "pytest-mock (>=3.6.1)" , "pytest-randomly (>=3.10.3)" , "pytest-timeout (>=2.1)" ]
[ [ package ] ]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "main"
optional = false
python-versions = "*"
2022-04-24 15:51:25 +02:00
[ [ package ] ]
name = "whitenoise"
2022-09-24 16:51:15 +02:00
version = "6.2.0"
2022-04-24 15:51:25 +02:00
description = "Radically simplified static file serving for WSGI applications"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
Brotli = { version = "*" , optional = true , markers = "extra == \"brotli\"" }
[ package . extras ]
brotli = [ "brotli" ]
2022-09-24 20:11:01 +02:00
[ [ package ] ]
name = "wsproto"
version = "1.2.0"
description = "WebSockets state-machine based protocol implementation"
category = "dev"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
h11 = ">=0.9.0,<1"
2022-04-24 15:51:25 +02:00
[ metadata ]
lock-version = "1.1"
python-versions = "^3.10"
2022-09-25 21:08:44 +02:00
content-hash = "517db1c26bc459a29fdeae5f5ea18620c54121f95110d641b740ffdc322fb584"
2022-04-24 15:51:25 +02:00
[ metadata . files ]
2022-09-24 16:51:15 +02:00
ansicon = [ ]
2022-04-24 15:51:25 +02:00
asgiref = [
2022-09-24 16:51:15 +02:00
{ file = "asgiref-3.5.2-py3-none-any.whl" , hash = "sha256:1d2880b792ae8757289136f1db2b7b99100ce959b2aa57fd69dab783d05afac4" } ,
{ file = "asgiref-3.5.2.tar.gz" , hash = "sha256:4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424" } ,
2022-04-24 15:51:25 +02:00
]
2022-09-24 20:11:01 +02:00
async-generator = [ ]
atomicwrites = [ ]
2022-09-24 16:51:15 +02:00
attrs = [ ]
beautifulsoup4 = [
{ file = "beautifulsoup4-4.11.1-py3-none-any.whl" , hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30" } ,
{ file = "beautifulsoup4-4.11.1.tar.gz" , hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693" } ,
2022-04-24 15:51:25 +02:00
]
2022-09-24 16:51:15 +02:00
blessed = [ ]
bpython = [ ]
2022-04-24 15:51:25 +02:00
brotli = [
{ file = "Brotli-1.0.9-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:268fe94547ba25b58ebc724680609c8ee3e5a843202e9a381f6f9c5e8bdb5c70" } ,
{ file = "Brotli-1.0.9-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:c2415d9d082152460f2bd4e382a1e85aed233abc92db5a3880da2257dc7daf7b" } ,
{ file = "Brotli-1.0.9-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5913a1177fc36e30fcf6dc868ce23b0453952c78c04c266d3149b3d39e1410d6" } ,
{ file = "Brotli-1.0.9-cp27-cp27m-win32.whl" , hash = "sha256:afde17ae04d90fbe53afb628f7f2d4ca022797aa093e809de5c3cf276f61bbfa" } ,
{ file = "Brotli-1.0.9-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7cb81373984cc0e4682f31bc3d6be9026006d96eecd07ea49aafb06897746452" } ,
{ file = "Brotli-1.0.9-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:db844eb158a87ccab83e868a762ea8024ae27337fc7ddcbfcddd157f841fdfe7" } ,
{ file = "Brotli-1.0.9-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:9744a863b489c79a73aba014df554b0e7a0fc44ef3f8a0ef2a52919c7d155031" } ,
{ file = "Brotli-1.0.9-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a72661af47119a80d82fa583b554095308d6a4c356b2a554fdc2799bc19f2a43" } ,
{ file = "Brotli-1.0.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ee83d3e3a024a9618e5be64648d6d11c37047ac48adff25f12fa4226cf23d1c" } ,
{ file = "Brotli-1.0.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:19598ecddd8a212aedb1ffa15763dd52a388518c4550e615aed88dc3753c0f0c" } ,
{ file = "Brotli-1.0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:44bb8ff420c1d19d91d79d8c3574b8954288bdff0273bf788954064d260d7ab0" } ,
{ file = "Brotli-1.0.9-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e23281b9a08ec338469268f98f194658abfb13658ee98e2b7f85ee9dd06caa91" } ,
{ file = "Brotli-1.0.9-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:3496fc835370da351d37cada4cf744039616a6db7d13c430035e901443a34daa" } ,
{ file = "Brotli-1.0.9-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b83bb06a0192cccf1eb8d0a28672a1b79c74c3a8a5f2619625aeb6f28b3a82bb" } ,
{ file = "Brotli-1.0.9-cp310-cp310-win32.whl" , hash = "sha256:26d168aac4aaec9a4394221240e8a5436b5634adc3cd1cdf637f6645cecbf181" } ,
{ file = "Brotli-1.0.9-cp310-cp310-win_amd64.whl" , hash = "sha256:622a231b08899c864eb87e85f81c75e7b9ce05b001e59bbfbf43d4a71f5f32b2" } ,
{ file = "Brotli-1.0.9-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:c83aa123d56f2e060644427a882a36b3c12db93727ad7a7b9efd7d7f3e9cc2c4" } ,
{ file = "Brotli-1.0.9-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:6b2ae9f5f67f89aade1fab0f7fd8f2832501311c363a21579d02defa844d9296" } ,
{ file = "Brotli-1.0.9-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:68715970f16b6e92c574c30747c95cf8cf62804569647386ff032195dc89a430" } ,
{ file = "Brotli-1.0.9-cp35-cp35m-win32.whl" , hash = "sha256:defed7ea5f218a9f2336301e6fd379f55c655bea65ba2476346340a0ce6f74a1" } ,
{ file = "Brotli-1.0.9-cp35-cp35m-win_amd64.whl" , hash = "sha256:88c63a1b55f352b02c6ffd24b15ead9fc0e8bf781dbe070213039324922a2eea" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:503fa6af7da9f4b5780bb7e4cbe0c639b010f12be85d02c99452825dd0feef3f" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:40d15c79f42e0a2c72892bf407979febd9cf91f36f495ffb333d1d04cebb34e4" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:93130612b837103e15ac3f9cbacb4613f9e348b58b3aad53721d92e57f96d46a" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:87fdccbb6bb589095f413b1e05734ba492c962b4a45a13ff3408fa44ffe6479b" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:6d847b14f7ea89f6ad3c9e3901d1bc4835f6b390a9c71df999b0162d9bb1e20f" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:495ba7e49c2db22b046a53b469bbecea802efce200dffb69b93dd47397edc9b6" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:4688c1e42968ba52e57d8670ad2306fe92e0169c6f3af0089be75bbac0c64a3b" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-win32.whl" , hash = "sha256:61a7ee1f13ab913897dac7da44a73c6d44d48a4adff42a5701e3239791c96e14" } ,
{ file = "Brotli-1.0.9-cp36-cp36m-win_amd64.whl" , hash = "sha256:1c48472a6ba3b113452355b9af0a60da5c2ae60477f8feda8346f8fd48e3e87c" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3b78a24b5fd13c03ee2b7b86290ed20efdc95da75a3557cc06811764d5ad1126" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:9d12cf2851759b8de8ca5fde36a59c08210a97ffca0eb94c532ce7b17c6a3d1d" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:6c772d6c0a79ac0f414a9f8947cc407e119b8598de7621f39cacadae3cf57d12" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:29d1d350178e5225397e28ea1b7aca3648fcbab546d20e7475805437bfb0a130" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7bbff90b63328013e1e8cb50650ae0b9bac54ffb4be6104378490193cd60f85a" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ec1947eabbaf8e0531e8e899fc1d9876c179fc518989461f5d24e2223395a9e3" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:12effe280b8ebfd389022aa65114e30407540ccb89b177d3fbc9a4f177c4bd5d" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-win32.whl" , hash = "sha256:f909bbbc433048b499cb9db9e713b5d8d949e8c109a2a548502fb9aa8630f0b1" } ,
{ file = "Brotli-1.0.9-cp37-cp37m-win_amd64.whl" , hash = "sha256:97f715cf371b16ac88b8c19da00029804e20e25f30d80203417255d239f228b5" } ,
{ file = "Brotli-1.0.9-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e16eb9541f3dd1a3e92b89005e37b1257b157b7256df0e36bd7b33b50be73bcb" } ,
{ file = "Brotli-1.0.9-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:160c78292e98d21e73a4cc7f76a234390e516afcd982fa17e1422f7c6a9ce9c8" } ,
{ file = "Brotli-1.0.9-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:b663f1e02de5d0573610756398e44c130add0eb9a3fc912a09665332942a2efb" } ,
{ file = "Brotli-1.0.9-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:5b6ef7d9f9c38292df3690fe3e302b5b530999fa90014853dcd0d6902fb59f26" } ,
{ file = "Brotli-1.0.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8a674ac10e0a87b683f4fa2b6fa41090edfd686a6524bd8dedbd6138b309175c" } ,
{ file = "Brotli-1.0.9-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e2d9e1cbc1b25e22000328702b014227737756f4b5bf5c485ac1d8091ada078b" } ,
{ file = "Brotli-1.0.9-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:b336c5e9cf03c7be40c47b5fd694c43c9f1358a80ba384a21969e0b4e66a9b17" } ,
{ file = "Brotli-1.0.9-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:85f7912459c67eaab2fb854ed2bc1cc25772b300545fe7ed2dc03954da638649" } ,
{ file = "Brotli-1.0.9-cp38-cp38-win32.whl" , hash = "sha256:35a3edbe18e876e596553c4007a087f8bcfd538f19bc116917b3c7522fca0429" } ,
{ file = "Brotli-1.0.9-cp38-cp38-win_amd64.whl" , hash = "sha256:269a5743a393c65db46a7bb982644c67ecba4b8d91b392403ad8a861ba6f495f" } ,
{ file = "Brotli-1.0.9-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2aad0e0baa04517741c9bb5b07586c642302e5fb3e75319cb62087bd0995ab19" } ,
{ file = "Brotli-1.0.9-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5cb1e18167792d7d21e21365d7650b72d5081ed476123ff7b8cac7f45189c0c7" } ,
{ file = "Brotli-1.0.9-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:16d528a45c2e1909c2798f27f7bf0a3feec1dc9e50948e738b961618e38b6a7b" } ,
{ file = "Brotli-1.0.9-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:56d027eace784738457437df7331965473f2c0da2c70e1a1f6fdbae5402e0389" } ,
{ file = "Brotli-1.0.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9bf919756d25e4114ace16a8ce91eb340eb57a08e2c6950c3cebcbe3dff2a5e7" } ,
{ file = "Brotli-1.0.9-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:e4c4e92c14a57c9bd4cb4be678c25369bf7a092d55fd0866f759e425b9660806" } ,
{ file = "Brotli-1.0.9-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e48f4234f2469ed012a98f4b7874e7f7e173c167bed4934912a29e03167cf6b1" } ,
{ file = "Brotli-1.0.9-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9ed4c92a0665002ff8ea852353aeb60d9141eb04109e88928026d3c8a9e5433c" } ,
{ file = "Brotli-1.0.9-cp39-cp39-win32.whl" , hash = "sha256:cfc391f4429ee0a9370aa93d812a52e1fee0f37a81861f4fdd1f4fb28e8547c3" } ,
{ file = "Brotli-1.0.9-cp39-cp39-win_amd64.whl" , hash = "sha256:854c33dad5ba0fbd6ab69185fec8dab89e13cda6b7d191ba111987df74f38761" } ,
{ file = "Brotli-1.0.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:9749a124280a0ada4187a6cfd1ffd35c350fb3af79c706589d98e088c5044267" } ,
{ file = "Brotli-1.0.9-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:76ffebb907bec09ff511bb3acc077695e2c32bc2142819491579a695f77ffd4d" } ,
{ file = "Brotli-1.0.9.zip" , hash = "sha256:4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438" } ,
]
2022-09-24 22:46:08 +02:00
cerberus = [ ]
2022-09-24 16:51:15 +02:00
certifi = [ ]
2022-09-24 20:11:01 +02:00
cffi = [ ]
2022-04-24 15:51:25 +02:00
cfgv = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
2022-09-24 16:51:15 +02:00
charset-normalizer = [ ]
2022-09-24 22:46:08 +02:00
click = [ ]
2022-09-24 16:51:15 +02:00
colorama = [ ]
contourpy = [ ]
coverage = [ ]
2022-04-24 18:59:04 +02:00
crispy-bootstrap5 = [
{ file = "crispy-bootstrap5-0.6.tar.gz" , hash = "sha256:e8c50daaf266d6127c7414f5669d5f2467b640d08b045ed9dd57e351d30609ae" } ,
{ file = "crispy_bootstrap5-0.6-py3-none-any.whl" , hash = "sha256:ca5d2afc2a5d1cf12b8d057886a81002cdf7793afcbe0ce006c2294069c1f387" } ,
]
2022-09-24 16:51:15 +02:00
curtsies = [ ]
cwcwidth = [ ]
2022-04-26 19:25:09 +02:00
cycler = [
{ file = "cycler-0.11.0-py3-none-any.whl" , hash = "sha256:3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3" } ,
{ file = "cycler-0.11.0.tar.gz" , hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f" } ,
]
2022-09-24 16:51:15 +02:00
distlib = [ ]
django = [ ]
2022-04-24 15:51:25 +02:00
django-anymail = [
2022-09-24 16:51:15 +02:00
{ file = "django-anymail-8.6.tar.gz" , hash = "sha256:783342d49dd07d68778b81dd12a94c86e1d217463a68a85450a0513fabe31345" } ,
{ file = "django_anymail-8.6-py3-none-any.whl" , hash = "sha256:49d83d7c16316ca86a624097496881d59b7d71b16bf1c5211cffa5b19ef98d0c" } ,
2022-04-24 15:51:25 +02:00
]
2022-09-24 16:51:15 +02:00
django-cleanup = [ ]
2022-04-24 18:59:04 +02:00
django-crispy-forms = [
{ file = "django-crispy-forms-1.14.0.tar.gz" , hash = "sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b" } ,
{ file = "django_crispy_forms-1.14.0-py3-none-any.whl" , hash = "sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604" } ,
]
2022-04-24 15:51:25 +02:00
django-csp = [
{ file = "django_csp-3.7-py2.py3-none-any.whl" , hash = "sha256:01443a07723f9a479d498bd7bb63571aaa771e690f64bde515db6cdb76e8041a" } ,
{ file = "django_csp-3.7.tar.gz" , hash = "sha256:01eda02ad3f10261c74131cdc0b5a6a62b7c7ad4fd017fbefb7a14776e0a9727" } ,
]
django-environ = [
2022-09-24 16:51:15 +02:00
{ file = "django-environ-0.9.0.tar.gz" , hash = "sha256:bff5381533056328c9ac02f71790bd5bf1cea81b1beeb648f28b81c9e83e0a21" } ,
{ file = "django_environ-0.9.0-py2.py3-none-any.whl" , hash = "sha256:f21a5ef8cc603da1870bbf9a09b7e5577ab5f6da451b843dbcc721a7bca6b3d9" } ,
]
django-extensions = [ ]
2022-09-25 19:51:21 +02:00
django-htmx = [ ]
2022-09-25 21:08:44 +02:00
django-solo = [ ]
2022-09-24 20:11:01 +02:00
factory-boy = [ ]
faker = [ ]
2022-09-24 16:51:15 +02:00
filelock = [ ]
fonttools = [ ]
freezegun = [ ]
greenlet = [ ]
2022-04-24 15:51:25 +02:00
gunicorn = [
{ file = "gunicorn-20.1.0-py3-none-any.whl" , hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e" } ,
{ file = "gunicorn-20.1.0.tar.gz" , hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" } ,
]
2022-09-24 20:11:01 +02:00
h11 = [ ]
2022-09-24 16:51:15 +02:00
identify = [ ]
idna = [ ]
2022-04-24 15:51:25 +02:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
invoke = [
2022-09-24 16:51:15 +02:00
{ file = "invoke-1.7.1-py3-none-any.whl" , hash = "sha256:2dc975b4f92be0c0a174ad2d063010c8a1fdb5e9389d69871001118b4fcac4fb" } ,
{ file = "invoke-1.7.1.tar.gz" , hash = "sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19" } ,
]
jinxed = [ ]
kiwisolver = [ ]
2022-09-24 22:46:08 +02:00
kolo = [ ]
2022-09-24 16:51:15 +02:00
matplotlib = [ ]
model-bakery = [ ]
nodeenv = [ ]
numpy = [ ]
2022-09-24 20:11:01 +02:00
outcome = [ ]
2022-04-24 15:51:25 +02:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
2022-09-24 16:51:15 +02:00
pillow = [ ]
2022-04-24 15:51:25 +02:00
platformdirs = [
{ file = "platformdirs-2.5.2-py3-none-any.whl" , hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788" } ,
{ file = "platformdirs-2.5.2.tar.gz" , hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19" } ,
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
2022-09-24 16:51:15 +02:00
poetry-deps-scanner = [ ]
pre-commit = [ ]
prettytable = [ ]
2022-04-24 15:51:25 +02:00
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
2022-09-24 20:11:01 +02:00
pycparser = [ ]
2022-09-24 16:51:15 +02:00
pygments = [ ]
2022-04-24 15:51:25 +02:00
pyparsing = [
2022-09-24 16:51:15 +02:00
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
2022-04-24 15:51:25 +02:00
]
2022-09-24 16:51:15 +02:00
pypi-simple = [ ]
2022-09-24 20:11:01 +02:00
pysocks = [ ]
pytest = [
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
]
pytest-base-url = [ ]
2022-04-24 15:51:25 +02:00
pytest-cov = [
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
]
pytest-django = [
{ file = "pytest-django-4.5.2.tar.gz" , hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2" } ,
{ file = "pytest_django-4.5.2-py3-none-any.whl" , hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e" } ,
]
2022-09-24 20:11:01 +02:00
pytest-html = [
{ file = "pytest-html-3.1.1.tar.gz" , hash = "sha256:3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3" } ,
{ file = "pytest_html-3.1.1-py3-none-any.whl" , hash = "sha256:b7f82f123936a3f4d2950bc993c2c1ca09ce262c9ae12f9ac763a2401380b455" } ,
]
pytest-metadata = [ ]
pytest-selenium = [ ]
pytest-variables = [ ]
2022-04-26 19:25:09 +02:00
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2022-09-24 16:51:15 +02:00
python-gitlab = [ ]
pyxdg = [ ]
2022-04-24 15:51:25 +02:00
pyyaml = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
2022-09-24 16:51:15 +02:00
requests = [ ]
2022-04-24 15:51:25 +02:00
requests-toolbelt = [
{ file = "requests-toolbelt-0.9.1.tar.gz" , hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0" } ,
{ file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl" , hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f" } ,
]
2022-09-24 20:11:01 +02:00
selenium = [ ]
2022-09-24 16:51:15 +02:00
setuptools-scm = [ ]
2022-04-24 15:51:25 +02:00
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2022-09-24 20:11:01 +02:00
sniffio = [ ]
sortedcontainers = [ ]
2022-09-24 16:51:15 +02:00
soupsieve = [
{ file = "soupsieve-2.3.2.post1-py3-none-any.whl" , hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759" } ,
{ file = "soupsieve-2.3.2.post1.tar.gz" , hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" } ,
2022-04-24 15:51:25 +02:00
]
2022-09-24 16:51:15 +02:00
sqlparse = [ ]
2022-09-24 20:11:01 +02:00
tenacity = [ ]
2022-04-24 15:51:25 +02:00
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tomli = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2022-09-24 22:46:08 +02:00
toolz = [ ]
2022-09-24 20:11:01 +02:00
trio = [ ]
trio-websocket = [ ]
2022-09-24 16:51:15 +02:00
typing-extensions = [ ]
tzdata = [ ]
2022-09-24 22:46:08 +02:00
ulid-py = [ ]
2022-09-24 16:51:15 +02:00
urllib3 = [ ]
virtualenv = [ ]
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
2022-04-24 15:51:25 +02:00
]
whitenoise = [
2022-09-24 16:51:15 +02:00
{ file = "whitenoise-6.2.0-py3-none-any.whl" , hash = "sha256:8e9c600a5c18bd17655ef668ad55b5edf6c24ce9bdca5bf607649ca4b1e8e2c2" } ,
{ file = "whitenoise-6.2.0.tar.gz" , hash = "sha256:8fa943c6d4cd9e27673b70c21a07b0aa120873901e099cd46cab40f7cc96d567" } ,
2022-04-24 15:51:25 +02:00
]
2022-09-24 20:11:01 +02:00
wsproto = [ ]