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
blender-my-data/Pipfile
Sybren A. Stüvel f2cdc2d588 Use strings (instead of UUIDs) for Benchmark ID and manage_id
Also added little happy-flow unit test for benchmark submission
2018-08-09 13:45:19 +02:00

21 lines
307 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
Django = "*"
"psycopg2-binary" = "*"
django-debug-toolbar = "*"
requests-oauthlib = "*"
[dev-packages]
responses = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
[requires]
python_version = "3.6"