aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-03-20 20:54:53 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-03-20 20:54:53 -0700
commit95e5a078f2cec66631e9b97e0c31b1e4daab3cff (patch)
tree2b6b95240b44726938e82383097d18b6bfba904d /Pipfile
parente75890052e6e7bc340d40c1c66992f4b10e03279 (diff)
downloadfatcat-95e5a078f2cec66631e9b97e0c31b1e4daab3cff.tar.gz
fatcat-95e5a078f2cec66631e9b97e0c31b1e4daab3cff.zip
refactoring backend
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 876e04a6..be2c1820 100644
--- a/Pipfile
+++ b/Pipfile
@@ -11,5 +11,10 @@ name = "pypi"
[packages]
-sqlalchemy = "1.2"
flask = "*"
+sqlalchemy = "*"
+
+
+[requires]
+
+python_version = "3.5"