diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 13:17:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 13:17:35 -0800 |
commit | 0ebace294f697326fcfd9686bd956f256b166b04 (patch) | |
tree | e87eb0370bf707bf6429406a2c33bfccdae46841 /python/Pipfile | |
parent | 7f1fd61ac875c3bd58ced3a1fdbc9539d9f54644 (diff) | |
download | fatcat-0ebace294f697326fcfd9686bd956f256b166b04.tar.gz fatcat-0ebace294f697326fcfd9686bd956f256b166b04.zip |
remove Pipfile cruft
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/Pipfile b/python/Pipfile index 04b5c5ef..2ec39901 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -19,15 +19,9 @@ pg-view = "*" [packages] Flask = "*" -SQLAlchemy = "*" requests = "*" -Flask-SQLAlchemy = "*" raven = "*" -flask-sqlalchemy = "*" -marshmallow-sqlalchemy = "*" -flask-marshmallow = "*" flask-uuid = "*" -"psycopg2" = "*" flask-debugtoolbar = "*" pykafka = "*" python-dateutil = "*" |