diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-19 21:24:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-19 21:24:19 -0700 |
commit | 9dcebe3a0dd8cb2a4a31de29b757e9950a2399b4 (patch) | |
tree | f2fa357c0c1911b52cb876e2ef38dfcbb5432c0d /Pipfile | |
parent | 4d5f106d613276e26f243a9e5a26af24e81475ee (diff) | |
download | fatcat-9dcebe3a0dd8cb2a4a31de29b757e9950a2399b4.tar.gz fatcat-9dcebe3a0dd8cb2a4a31de29b757e9950a2399b4.zip |
(old) pipenv setup
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile new file mode 100644 index 00000000..876e04a6 --- /dev/null +++ b/Pipfile @@ -0,0 +1,15 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[dev-packages] + + + +[packages] + +sqlalchemy = "1.2" +flask = "*" |