aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-12 11:09:44 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-12 11:09:44 +0200
commit4001a5c053bb3bb2fec8761f6fc9331fbf2e2f83 (patch)
tree3971c36a3957c55ae04a12bbdae292cf9f5cc61b /Pipfile
parenta9706afe0f54faead48fc641e8b6f90ed5e403a4 (diff)
downloadfuzzycat-4001a5c053bb3bb2fec8761f6fc9331fbf2e2f83.tar.gz
fuzzycat-4001a5c053bb3bb2fec8761f6fc9331fbf2e2f83.zip
basic scaffolding
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..0032452
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,12 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+fuzzycat = {editable = true, path = "."}
+
+[requires]
+python_version = "3.7"