2020-06-17 17:43:34 +03:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pytest = "*"
|
|
|
|
pytest-mock = "*"
|
|
|
|
isort = "*"
|
|
|
|
black = "*"
|
|
|
|
pre-commit = "*"
|
|
|
|
pylint = "*"
|
|
|
|
seed-isort-config = "*"
|
|
|
|
green = "*"
|
|
|
|
tox = "*"
|
|
|
|
tox-gh-actions = "*"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
"github3.py" = "*"
|
|
|
|
flask = "*"
|
|
|
|
pyyaml = "*"
|
|
|
|
ldap3 = "*"
|
2020-06-20 01:00:02 +03:00
|
|
|
apscheduler = "*"
|
2020-07-01 06:32:15 +03:00
|
|
|
python-dotenv = "*"
|
2021-03-22 07:55:00 +03:00
|
|
|
msal = "*"
|
2020-06-17 17:43:34 +03:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|
|
|
|
|
|
|
|
[requires]
|
2021-03-22 18:53:35 +03:00
|
|
|
python_version = "3.9"
|