diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-12 11:09:44 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-12 11:09:44 +0200 |
commit | 4001a5c053bb3bb2fec8761f6fc9331fbf2e2f83 (patch) | |
tree | 3971c36a3957c55ae04a12bbdae292cf9f5cc61b /Pipfile | |
parent | a9706afe0f54faead48fc641e8b6f90ed5e403a4 (diff) | |
download | fuzzycat-4001a5c053bb3bb2fec8761f6fc9331fbf2e2f83.tar.gz fuzzycat-4001a5c053bb3bb2fec8761f6fc9331fbf2e2f83.zip |
basic scaffolding
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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" |