25 lines
398 B
TOML
25 lines
398 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
attrs = "*"
|
|
requests = "*"
|
|
psutil = "*"
|
|
pyjwt = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
wheel = "*"
|
|
pyinstaller = "*"
|
|
ipython = "*"
|
|
mypy = "*"
|
|
flamenco-worker = {editable = true,path = "."}
|
|
colorama = {version = "*",sys_platform = "== 'win32'"}
|
|
types-requests = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|