diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
commit | f8920f46b46282670229bdb7cf12052d167c26e8 (patch) | |
tree | 09c1db61735d033d634d5bef23861573894ddd52 /Pipfile | |
parent | d64e403646393089214675e45fba801c2436e4d2 (diff) | |
download | fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.tar.gz fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.zip |
dev infra
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,22 +1,22 @@ [[source]] - url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" - [dev-packages] - - +pytest = "*" +pytest-pythonpath = "*" +ipython = "*" +responses = "*" +pytest-cov = "*" +pylint = "*" [packages] - Flask = "*" SQLAlchemy = "*" requests = "*" Flask-SQLAlchemy = "*" - +raven = "*" [requires] - python_version = "3.5" |