324 lines
11 KiB
TOML
324 lines
11 KiB
TOML
[[package]]
|
|
category = "dev"
|
|
description = "Disable App Nap on OS X 10.9"
|
|
marker = "sys_platform == \"darwin\""
|
|
name = "appnope"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "ASGI specs, helper code, and adapters"
|
|
name = "asgiref"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "3.2.5"
|
|
|
|
[package.extras]
|
|
tests = ["pytest (>=4.3.0,<4.4.0)", "pytest-asyncio (>=0.10.0,<0.11.0)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Specifications for callback functions passed in to an API"
|
|
name = "backcall"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Cross-platform colored terminal text."
|
|
marker = "sys_platform == \"win32\""
|
|
name = "colorama"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "0.4.3"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Decorators for Humans"
|
|
name = "decorator"
|
|
optional = false
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
|
|
version = "4.4.2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
|
|
name = "django"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "3.0.4"
|
|
|
|
[package.dependencies]
|
|
asgiref = ">=3.2,<4.0"
|
|
pytz = "*"
|
|
sqlparse = ">=0.2.2"
|
|
|
|
[package.extras]
|
|
argon2 = ["argon2-cffi (>=16.1.0)"]
|
|
bcrypt = ["bcrypt"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Django model mixins and utilities"
|
|
name = "django-model-utils"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "4.0.0"
|
|
|
|
[package.dependencies]
|
|
Django = ">=2.0.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "IPython: Productive Interactive Computing"
|
|
name = "ipython"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "7.13.0"
|
|
|
|
[package.dependencies]
|
|
appnope = "*"
|
|
backcall = "*"
|
|
colorama = "*"
|
|
decorator = "*"
|
|
jedi = ">=0.10"
|
|
pexpect = "*"
|
|
pickleshare = "*"
|
|
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
|
|
pygments = "*"
|
|
setuptools = ">=18.5"
|
|
traitlets = ">=4.2"
|
|
|
|
[package.extras]
|
|
all = ["numpy (>=1.14)", "testpath", "notebook", "nose (>=0.10.1)", "nbconvert", "requests", "ipywidgets", "qtconsole", "ipyparallel", "Sphinx (>=1.3)", "pygments", "nbformat", "ipykernel"]
|
|
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.14)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Vestigial utilities from IPython"
|
|
name = "ipython-genutils"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.2.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "An autocompletion tool for Python that can be used for text editors."
|
|
name = "jedi"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.16.0"
|
|
|
|
[package.dependencies]
|
|
parso = ">=0.5.2"
|
|
|
|
[package.extras]
|
|
qa = ["flake8 (3.7.9)"]
|
|
testing = ["colorama (0.4.1)", "docopt", "pytest (>=3.9.0,<5.0.0)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A Python Parser"
|
|
name = "parso"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.6.2"
|
|
|
|
[package.extras]
|
|
testing = ["docopt", "pytest (>=3.0.7)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Pexpect allows easy control of interactive console applications."
|
|
marker = "sys_platform != \"win32\""
|
|
name = "pexpect"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "4.8.0"
|
|
|
|
[package.dependencies]
|
|
ptyprocess = ">=0.5"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Tiny 'shelve'-like database with concurrency support"
|
|
name = "pickleshare"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.7.5"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
name = "prompt-toolkit"
|
|
optional = false
|
|
python-versions = ">=3.6.1"
|
|
version = "3.0.4"
|
|
|
|
[package.dependencies]
|
|
wcwidth = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
marker = "sys_platform != \"win32\""
|
|
name = "ptyprocess"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.6.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
name = "pygments"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "2.6.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "World timezone definitions, modern and historical"
|
|
name = "pytz"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2019.3"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
name = "six"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
version = "1.14.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Non-validating SQL parser"
|
|
name = "sqlparse"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.3.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Traitlets Python config system"
|
|
name = "traitlets"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "4.3.3"
|
|
|
|
[package.dependencies]
|
|
decorator = "*"
|
|
ipython-genutils = "*"
|
|
six = "*"
|
|
|
|
[package.extras]
|
|
test = ["pytest", "mock"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Measures number of Terminal column cells of wide-character codes"
|
|
name = "wcwidth"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.1.8"
|
|
|
|
[metadata]
|
|
content-hash = "29f69026d536c0781f6a7eb9b4f1221a083dcc7cd39e8dce9975de116abfafe2"
|
|
python-versions = "^3.8"
|
|
|
|
[metadata.files]
|
|
appnope = [
|
|
{file = "appnope-0.1.0-py2.py3-none-any.whl", hash = "sha256:5b26757dc6f79a3b7dc9fab95359328d5747fcb2409d331ea66d0272b90ab2a0"},
|
|
{file = "appnope-0.1.0.tar.gz", hash = "sha256:8b995ffe925347a2138d7ac0fe77155e4311a0ea6d6da4f5128fe4b3cbe5ed71"},
|
|
]
|
|
asgiref = [
|
|
{file = "asgiref-3.2.5-py2.py3-none-any.whl", hash = "sha256:3e4192eaec0758b99722f0b0666d5fbfaa713054d92e8de5b58ba84ec5ce696f"},
|
|
{file = "asgiref-3.2.5.tar.gz", hash = "sha256:c8f49dd3b42edcc51d09dd2eea8a92b3cfc987ff7e6486be734b4d0cbfd5d315"},
|
|
]
|
|
backcall = [
|
|
{file = "backcall-0.1.0.tar.gz", hash = "sha256:38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4"},
|
|
{file = "backcall-0.1.0.zip", hash = "sha256:bbbf4b1e5cd2bdb08f915895b51081c041bac22394fdfcfdfbe9f14b77c08bf2"},
|
|
]
|
|
colorama = [
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
]
|
|
decorator = [
|
|
{file = "decorator-4.4.2-py2.py3-none-any.whl", hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760"},
|
|
{file = "decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"},
|
|
]
|
|
django = [
|
|
{file = "Django-3.0.4-py3-none-any.whl", hash = "sha256:89e451bfbb815280b137e33e454ddd56481fdaa6334054e6e031041ee1eda360"},
|
|
{file = "Django-3.0.4.tar.gz", hash = "sha256:50b781f6cbeb98f673aa76ed8e572a019a45e52bdd4ad09001072dfd91ab07c8"},
|
|
]
|
|
django-model-utils = [
|
|
{file = "django-model-utils-4.0.0.tar.gz", hash = "sha256:adf09e5be15122a7f4e372cb5a6dd512bbf8d78a23a90770ad0983ee9d909061"},
|
|
{file = "django_model_utils-4.0.0-py2.py3-none-any.whl", hash = "sha256:9cf882e5b604421b62dbe57ad2b18464dc9c8f963fc3f9831badccae66c1139c"},
|
|
]
|
|
ipython = [
|
|
{file = "ipython-7.13.0-py3-none-any.whl", hash = "sha256:eb8d075de37f678424527b5ef6ea23f7b80240ca031c2dd6de5879d687a65333"},
|
|
{file = "ipython-7.13.0.tar.gz", hash = "sha256:ca478e52ae1f88da0102360e57e528b92f3ae4316aabac80a2cd7f7ab2efb48a"},
|
|
]
|
|
ipython-genutils = [
|
|
{file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"},
|
|
{file = "ipython_genutils-0.2.0.tar.gz", hash = "sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"},
|
|
]
|
|
jedi = [
|
|
{file = "jedi-0.16.0-py2.py3-none-any.whl", hash = "sha256:b4f4052551025c6b0b0b193b29a6ff7bdb74c52450631206c262aef9f7159ad2"},
|
|
{file = "jedi-0.16.0.tar.gz", hash = "sha256:d5c871cb9360b414f981e7072c52c33258d598305280fef91c6cae34739d65d5"},
|
|
]
|
|
parso = [
|
|
{file = "parso-0.6.2-py2.py3-none-any.whl", hash = "sha256:8515fc12cfca6ee3aa59138741fc5624d62340c97e401c74875769948d4f2995"},
|
|
{file = "parso-0.6.2.tar.gz", hash = "sha256:0c5659e0c6eba20636f99a04f469798dca8da279645ce5c387315b2c23912157"},
|
|
]
|
|
pexpect = [
|
|
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
|
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
|
]
|
|
pickleshare = [
|
|
{file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"},
|
|
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
|
|
]
|
|
prompt-toolkit = [
|
|
{file = "prompt_toolkit-3.0.4-py3-none-any.whl", hash = "sha256:859e1b205b6cf6a51fa57fa34202e45365cf58f8338f0ee9f4e84a4165b37d5b"},
|
|
{file = "prompt_toolkit-3.0.4.tar.gz", hash = "sha256:ebe6b1b08c888b84c50d7f93dee21a09af39860144ff6130aadbd61ae8d29783"},
|
|
]
|
|
ptyprocess = [
|
|
{file = "ptyprocess-0.6.0-py2.py3-none-any.whl", hash = "sha256:d7cc528d76e76342423ca640335bd3633420dc1366f258cb31d05e865ef5ca1f"},
|
|
{file = "ptyprocess-0.6.0.tar.gz", hash = "sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0"},
|
|
]
|
|
pygments = [
|
|
{file = "Pygments-2.6.1-py3-none-any.whl", hash = "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324"},
|
|
{file = "Pygments-2.6.1.tar.gz", hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"},
|
|
]
|
|
pytz = [
|
|
{file = "pytz-2019.3-py2.py3-none-any.whl", hash = "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d"},
|
|
{file = "pytz-2019.3.tar.gz", hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"},
|
|
]
|
|
six = [
|
|
{file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"},
|
|
{file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"},
|
|
]
|
|
sqlparse = [
|
|
{file = "sqlparse-0.3.1-py2.py3-none-any.whl", hash = "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e"},
|
|
{file = "sqlparse-0.3.1.tar.gz", hash = "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"},
|
|
]
|
|
traitlets = [
|
|
{file = "traitlets-4.3.3-py2.py3-none-any.whl", hash = "sha256:70b4c6a1d9019d7b4f6846832288f86998aa3b9207c6821f3578a6a6a467fe44"},
|
|
{file = "traitlets-4.3.3.tar.gz", hash = "sha256:d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7"},
|
|
]
|
|
wcwidth = [
|
|
{file = "wcwidth-0.1.8-py2.py3-none-any.whl", hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603"},
|
|
{file = "wcwidth-0.1.8.tar.gz", hash = "sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8"},
|
|
]
|