This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flamenco-worker/Pipfile

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"