Skip to content

Commit

Permalink
Implement the legacy file upload API
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Aug 4, 2015
1 parent f40e734 commit b2eb2ae
Show file tree
Hide file tree
Showing 11 changed files with 1,934 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jmespath==0.7.1 # via boto3, botocore
mako==1.0.1 # via alembic
markupsafe==0.23 # via jinja2, mako, pyramid-jinja2
msgpack-python==0.4.6
packaging==15.3
passlib==1.6.4
pastedeploy==1.5.2 # via pyramid
psycopg2==2.6.1
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"itsdangerous",
"Jinja2>=2.8",
"msgpack-python",
"packaging>=15.2",
"passlib>=1.6.4",
"psycopg2",
"pyramid>=1.6a1",
Expand All @@ -88,6 +89,7 @@
"readme>=0.5.1",
"redis",
"setproctitle",
"setuptools",
"sqlalchemy>=0.9",
"sqlalchemy-citext",
"structlog",
Expand Down
Loading

0 comments on commit b2eb2ae

Please sign in to comment.