diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 18:34:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 18:34:19 -0700 |
commit | 4cf667c283d54f769e73d76bb23bbb68b4329cf8 (patch) | |
tree | 4bbeb1cdeb053c09e86e2cc41962382bcb837729 /Pipfile | |
parent | b2d5968e0a7ac5576782f54980c930345f4c5298 (diff) | |
download | fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.tar.gz fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.zip |
move python code to subdirectory
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index d60bf48f..00000000 --- a/Pipfile +++ /dev/null @@ -1,28 +0,0 @@ -[[source]] -url = "https://pypi.python.org/simple" -verify_ssl = true -name = "pypi" - -[dev-packages] -pytest = "*" -pytest-pythonpath = "*" -ipython = "*" -responses = "*" -pytest-cov = "*" -pylint = "*" -pg-view = "*" -flask-debugtoolbar = "*" - -[packages] -Flask = "*" -SQLAlchemy = "*" -requests = "*" -Flask-SQLAlchemy = "*" -raven = "*" -flask-sqlalchemy = "*" -marshmallow-sqlalchemy = "*" -flask-marshmallow = "*" -"psycopg2" = "*" - -[requires] -python_version = "3.5" |