Skip to content

Commit b2eb2ae

Browse files
committed
Implement the legacy file upload API
1 parent f40e734 commit b2eb2ae

File tree

11 files changed

+1934
-1
lines changed

11 files changed

+1934
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jmespath==0.7.1 # via boto3, botocore
2424
mako==1.0.1 # via alembic
2525
markupsafe==0.23 # via jinja2, mako, pyramid-jinja2
2626
msgpack-python==0.4.6
27+
packaging==15.3
2728
passlib==1.6.4
2829
pastedeploy==1.5.2 # via pyramid
2930
psycopg2==2.6.1

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"itsdangerous",
7979
"Jinja2>=2.8",
8080
"msgpack-python",
81+
"packaging>=15.2",
8182
"passlib>=1.6.4",
8283
"psycopg2",
8384
"pyramid>=1.6a1",
@@ -88,6 +89,7 @@
8889
"readme>=0.5.1",
8990
"redis",
9091
"setproctitle",
92+
"setuptools",
9193
"sqlalchemy>=0.9",
9294
"sqlalchemy-citext",
9395
"structlog",

0 commit comments

Comments
 (0)