You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytor/Pipfile

23 lines
295 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
tox = "*"
pre-commit = "*"
ptpython = "*"
pylama = "*"
pylint = "*"
pytest = "*"
autopep8 = "*"
[packages]
pycryptodome = "*"
numpy = "*"
pytor = {path = "."}
fire = "*"
[requires]
python_version = "3"