summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..829b4c6
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,16 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+
+[dev-packages]
+colorama=">=0.3.7"
+colorclass=">=2.2.0"
+pytest-cov=">=2.4.0"
+termcolor = "*"
+check-wheel-contents = "*"
+
+[requires]
+python_version = "3.9"