diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 00:08:25 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 00:52:22 -0400 |
commit | 6cd459bb1474488bd5f81dbe73a70b19e62ab0c3 (patch) | |
tree | fba75e2ea885437d31fb3c7540e2bcbe52b57216 /pkg/requirements-testing.pip | |
parent | f826bc473a0c50fcf55f4e8609aa07622814f902 (diff) |
[pkg] handle dependencies as extras
Diffstat (limited to 'pkg/requirements-testing.pip')
-rw-r--r-- | pkg/requirements-testing.pip | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip new file mode 100644 index 00000000..aa6bfe63 --- /dev/null +++ b/pkg/requirements-testing.pip @@ -0,0 +1,7 @@ +mock +pep8 +flake8 +coverage +pytest +pytest-pep8 +pytest-cov |