aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-03-22 21:30:06 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-03-22 21:30:30 -0700
commitdaf21f0b80e1783ed1eb777a7b6a9c5618c069d7 (patch)
treebb4107e1b6647d0d9ac37e525be29b02b3982b70 /Pipfile
parent33492754881a27c88f6a1ed38e463bba15ecf837 (diff)
downloadfatcat-daf21f0b80e1783ed1eb777a7b6a9c5618c069d7.tar.gz
fatcat-daf21f0b80e1783ed1eb777a7b6a9c5618c069d7.zip
restructure
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 091e295a..adb2bbc2 100644
--- a/Pipfile
+++ b/Pipfile
@@ -11,9 +11,10 @@ name = "pypi"
[packages]
-flask = "*"
-sqlalchemy = "*"
+Flask = "*"
+SQLAlchemy = "*"
requests = "*"
+Flask-SQLAlchemy = "*"
[requires]