[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pylint = "*"
pylint-django = "*"
pytest = "*"
pytest-django = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pipenv-setup = "*"
readthedocs-sphinx-ext = "<1.1"
sphinx = "<2"
sphinx-rtd-theme = "<0.5"
codecov = "*"
pipenv-to-requirements = "*"
libsass = "*"
django-compressor = "*"
django-sass-processor = "*"

[packages]
django = ">=3.2, <4.0"
asgiref = ">=3.2, <4"
django-environ = "*"
django-model-utils = ">=4.1, <5.0"
djangorestframework = ">=3.12, <4.0"
whitenoise = ">=5.3, <6.0"
stellar-sdk = ">=5.0, <6.0"
aiohttp = ">=3.7, <4"
django-cors-headers = ">=3.7, <4.0"
toml = "*"
pyjwt = ">=2.1, <3.0"
cryptography = ">=3.4, <4.0"
sqlparse = ">=0.4.2"

[requires]
python_version = "3.7"
