Newer
Older
[[package]]
name = "django-phonenumber-field"
description = "An international phone number field for django models."
category = "main"
phonenumbers = {version = ">=7.0.2", optional = true, markers = "extra == \"phonenumbers\""}
[package.extras]
phonenumbers = ["phonenumbers (>=7.0.2)"]
phonenumberslite = ["phonenumberslite (>=7.0.2)"]
version = "3.0.0"
description = "Seamless polymorphic inheritance for Django models"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
Django = ">=2.1"
name = "django-prometheus"
version = "2.1.0"
description = "Django middlewares to monitor your application with Prometheus.io."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
prometheus-client = ">=0.7"
version = "5.0.0"
description = "Full featured redis cache backend for Django."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
Django = ">=2.2"
redis = ">=3.0.0"
version = "0.8.1"
description = "Render a particular block from a template to a string."
category = "main"
version = "4.0.0"
description = "An extension to the Django web framework that provides version control for model instances."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
django = ">=2.0"
version = "1.0.0"
description = "SASS processor to compile SCSS files into *.css, while rendering, or offline."
category = "main"
optional = false
python-versions = "*"
[package.extras]
version = "7.7.3"
description = "Select2 option fields for Django"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
[package.extras]
test = ["pytest", "pytest-cov", "pytest-django", "selenium"]
[[package]]
name = "django-stubs"
version = "1.9.0"
description = "Mypy stubs for Django"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
django = "*"
django-stubs-ext = ">=0.3.0"
mypy = ">=0.910"
toml = "*"
types-pytz = "*"
types-PyYAML = "*"
version = "0.3.1"
description = "Monkey-patching and extensions for django-stubs"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
django = "*"
typing-extensions = "*"
version = "2.4.1"
description = "Table/data-grid framework for Django"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
Django = ">=1.11"
[package.extras]
tablib = ["tablib"]
[[package]]
name = "django-templated-email"
description = "A Django oriented templated / transaction email abstraction"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
django-render-block = ">=0.5"
version = "4.2.1"
description = "A Django app providing database and form fields for pytz timezone objects."
category = "main"
optional = false
python-versions = ">=3.5"
[package.dependencies]
django = ">=2.2"
pytz = "*"
[package.extras]
rest_framework = ["djangorestframework (>=3.0.0)"]
[[package]]
name = "django-titofisto"
version = "0.1.2.post1"
description = "Django Time-Token File Storage"
category = "main"
optional = false
python-versions = ">=3.9,<4.0"
[package.dependencies]
Django = ">2.2,<4.0"
description = "Complete Two-Factor Authentication for Django"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
django-otp = ">=0.8.0"
django-otp-yubikey = {version = "*", optional = true, markers = "extra == \"yubikey\""}
phonenumbers = {version = ">=7.0.9,<8.99", optional = true, markers = "extra == \"phonenumbers\""}
twilio = {version = ">=6.0", optional = true, markers = "extra == \"call\""}
phonenumbers = ["phonenumbers (>=7.0.9,<8.99)"]
phonenumberslite = ["phonenumberslite (>=7.0.9,<8.99)"]
sms = ["twilio (>=6.0)"]
yubikey = ["django-otp-yubikey"]
[[package]]
name = "django-uwsgi-ng"
version = "1.1.2"
description = "uWSGI stuff for Django projects"
category = "main"
optional = false
python-versions = "*"
[package.extras]
uwsgi = ["uwsgi"]
version = "1.4.9"
description = "Tweak the form field rendering in templates, not in python-level form definitions."
category = "main"
version = "6.0.1"
description = "Integrate django with yarnpkg"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
django = "*"
six = "*"
[[package]]
name = "djangorestframework"
version = "3.12.4"
description = "Web APIs for Django, made easy."
category = "main"
optional = false
python-versions = ">=3.5"
[package.dependencies]
django = ">=2.2"
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "dparse"
version = "0.5.1"
description = "A parser for Python dependency files"
category = "dev"
optional = false
python-versions = ">=3.5"
[package.dependencies]
packaging = "*"
pyyaml = "*"
toml = "*"
[package.extras]
pipenv = ["pipenv"]
version = "3.1.7"
description = "The dynamic configurator for your Python Project"
category = "main"
python-versions = ">=3.7"
configobj = {version = "*", optional = true, markers = "extra == \"ini\""}
"ruamel.yaml" = {version = "*", optional = true, markers = "extra == \"yaml\""}
toml = {version = "*", optional = true, markers = "extra == \"toml\""}
all = ["redis", "ruamel.yaml", "configobj", "hvac"]
configobj = ["configobj"]
ini = ["configobj"]
redis = ["redis"]
toml = ["toml"]
vault = ["hvac"]
yaml = ["ruamel.yaml"]
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
version = "2.1.2"
description = "Automated security testing with bandit and flake8."
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
bandit = "*"
flake8 = "*"
flake8-polyfill = "*"
pycodestyle = "*"
version = "0.2.3"
description = "flake8 plugin to call black as a code style validator"
category = "dev"
toml = "*"
version = "1.5.3"
description = "Check for python builtins being used as variables or parameters."
category = "dev"
python-versions = "*"
[package.dependencies]
flake8 = "*"
[package.extras]
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
version = "1.1.2"
description = "Plugin to catch bad style specific to Django Projects."
category = "dev"
description = "Extension for flake8 which uses pydocstyle to check docstrings"
category = "dev"
version = "1.1.1"
description = "Check for FIXME, TODO and other temporary developer notes. Plugin for flake8."
category = "dev"
optional = false
python-versions = "*"
[[package]]
version = "4.1.1"
description = "flake8 plugin that integrates isort ."
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
flake8 = ">=3.2.1,<5"
isort = ">=4.3.5,<6"
testfixtures = ">=6.8.0,<7"
test = ["pytest-cov"]
version = "17.8.0"
description = "A plugin for flake8 integrating mypy."
category = "dev"
[package.dependencies]
attrs = "*"
flake8 = ">=3.0.0"
mypy = "*"
version = "1.0.2"
description = "Polyfill package for Flake8 plugins"
category = "dev"
python-versions = "*"
[package.dependencies]
flake8 = "*"
version = "0.2.3"
description = "Python docstring reStructuredText (RST) validator"
category = "dev"
pygments = "*"
restructuredtext-lint = "*"
[[package]]
name = "freezegun"
version = "1.1.0"
description = "Let your Python tests travel through time"
category = "dev"
optional = false
python-versions = ">=3.5"
[package.dependencies]
python-dateutil = ">=2.7"
description = "Git Object Database"
category = "dev"
optional = false
python-versions = ">=3.4"
[package.dependencies]
version = "3.1.24"
description = "GitPython is a python library used to interact with Git repositories"
category = "dev"
python-versions = ">=3.7"
typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.10\""}
[[package]]
name = "haystack-redis"
version = "0.0.1"
description = "Use redis as a persistence layer for Whoosh and Haystack"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
django-haystack = "*"
redis = "*"
whoosh = "*"
version = "2020.1.16"
description = "Turn HTML into equivalent Markdown-structured text."
category = "main"
optional = false
python-versions = ">=3.5"
[[package]]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
python-versions = ">=3.5"
version = "1.2.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
version = "7.28.0"
description = "IPython: Productive Interactive Computing"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
appnope = {version = "*", markers = "sys_platform == \"darwin\""}
backcall = "*"
colorama = {version = "*", markers = "sys_platform == \"win32\""}
decorator = "*"
jedi = ">=0.16"
pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
traitlets = ">=4.2"
[package.extras]
all = ["Sphinx (>=1.3)", "ipykernel", "ipyparallel", "ipywidgets", "nbconvert", "nbformat", "nose (>=0.10.1)", "notebook", "numpy (>=1.17)", "pygments", "qtconsole", "requests", "testpath"]
doc = ["Sphinx (>=1.3)"]
kernel = ["ipykernel"]
nbconvert = ["nbconvert"]
nbformat = ["nbformat"]
notebook = ["notebook", "ipywidgets"]
parallel = ["ipyparallel"]
qtconsole = ["qtconsole"]
test = ["nose (>=0.10.1)", "requests", "testpath", "pygments", "nbformat", "ipykernel", "numpy (>=1.17)"]
version = "5.9.3"
description = "A Python utility / library to sort Python imports."
category = "dev"
python-versions = ">=3.6.1,<4.0"
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
requirements_deprecated_finder = ["pipreqs", "pip-api"]
colors = ["colorama (>=0.4.3,<0.5.0)"]
[[package]]
name = "jedi"
version = "0.18.0"
description = "An autocompletion tool for Python that can be used for text editors."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
parso = ">=0.8.0,<0.9.0"
[package.extras]
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<6.0.0)"]
version = "3.0.2"
description = "A very fast and expressive template engine."
category = "dev"
MarkupSafe = ">=2.0"
i18n = ["Babel (>=2.7)"]
[[package]]
name = "jwcrypto"
version = "1.0"
description = "Implementation of JOSE Web standards"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
cryptography = ">=2.3"
description = "Messaging library for Python."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
amqp = ">=5.0.6,<6.0.0"
vine = "*"
azureservicebus = ["azure-servicebus (>=7.0.0)"]
azurestoragequeues = ["azure-storage-queue"]
consul = ["python-consul (>=0.6.0)"]
librabbitmq = ["librabbitmq (>=1.5.2)"]
mongodb = ["pymongo (>=3.3.0)"]
msgpack = ["msgpack"]
pyro = ["pyro4"]
qpid = ["qpid-python (>=0.26)", "qpid-tools (>=0.26)"]
redis = ["redis (>=3.3.11)"]
slmq = ["softlayer-messaging (>=1.0.3)"]
sqlalchemy = ["sqlalchemy"]
sqs = ["boto3 (>=1.4.4)", "pycurl (==7.43.0.2)", "urllib3 (<1.26)"]
yaml = ["PyYAML (>=3.10)"]
zookeeper = ["kazoo (>=1.3.1)"]
version = "0.21.0"
description = "Sass for Python: A straightforward binding of libsass for Python."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
six = "*"
[[package]]
name = "license-expression"
version = "1.2"
description = "license-expression is small utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
"boolean.py" = ">=3.6,<4.0.0"
[[package]]
name = "markupsafe"
version = "2.0.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "dev"
python-versions = ">=3.6"
[[package]]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "main"
optional = false
python-versions = ">=3.5"
[package.dependencies]
traitlets = "*"
[[package]]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
python-versions = "*"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.5"
[package.dependencies]
mypy-extensions = ">=0.4.3,<0.5.0"
typing-extensions = ">=3.7.4"
[package.extras]
dmypy = ["psutil (>=4.0)"]
python2 = ["typed-ast (>=1.4.0,<1.5.0)"]
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
optional = false
rsa = ["cryptography (>=3.0.0,<4)"]
signals = ["blinker (>=1.4.0)"]
signedtoken = ["cryptography (>=3.0.0,<4)", "pyjwt (>=2.0.0,<3)"]
version = "21.0"
description = "Core utilities for Python packages"
category = "main"
python-versions = ">=3.6"
[package.dependencies]
pyparsing = ">=2.0.2"
description = "A Python Parser"
category = "main"
optional = false
python-versions = ">=3.6"
[package.extras]
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
testing = ["docopt", "pytest (<6.0.0)"]
[[package]]
name = "parsy"
version = "1.1.0"
description = "easy-to-use parser combinators, for parsing in pure Python"
category = "dev"
optional = false
python-versions = "*"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
description = "Python Build Reasonableness"
category = "dev"
python-versions = ">=2.6"
version = "0.2.1"
description = "Registries that can autodiscover values accross your project apps"
category = "main"
[[package]]
name = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
ptyprocess = ">=0.5"
version = "1.22.0"
description = "PostgreSQL interface library"
category = "dev"
scramp = ">=1.4.1"
version = "8.12.35"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
category = "main"
[[package]]
name = "pickleshare"
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "main"
optional = false
python-versions = "*"
version = "8.4.0"
description = "Python Imaging Library (Fork)"
category = "main"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
python-versions = ">=3.6"
testing = ["pytest", "pytest-benchmark"]
name = "prometheus-client"
description = "Python client for the Prometheus monitoring system."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[package.extras]
twisted = ["twisted"]
version = "3.0.21"
description = "Library for building powerful interactive command lines in Python"
category = "main"
optional = false
python-versions = ">=3.6.2"
[[package]]
name = "psutil"
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[package.extras]
test = ["ipaddress", "mock", "unittest2", "enum34", "pywin32", "wmi"]
[[package]]
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
[[package]]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "main"
optional = false
python-versions = "*"
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.*"
[[package]]
name = "pycodestyle"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "pycparser"
version = "2.20"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "3.11.0"
description = "Cryptographic library for Python"
category = "main"
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "6.1.1"
description = "Python docstring style checker"
category = "dev"
[package.dependencies]
snowballstemmer = "*"
[package.extras]
toml = ["toml"]
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "pygments"
version = "2.10.0"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.5"
[[package]]
name = "pyjwt"
version = "2.3.0"
description = "JSON Web Token implementation in Python"
category = "main"
python-versions = ">=3.6"
[package.dependencies]
cryptography = {version = ">=3.3.1", optional = true, markers = "extra == \"crypto\""}
crypto = ["cryptography (>=3.3.1)"]
dev = ["sphinx", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "mypy", "pre-commit"]
docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"]
version = "2.4.7"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
colorama = {version = "*", markers = "sys_platform == \"win32\""}
pluggy = ">=0.12,<2.0"
[package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
[[package]]
name = "pytest-cov"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]