diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-20 13:25:45 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-20 13:25:45 -0800 |
commit | 062e37899d87054694aa1efd2464733d685f1307 (patch) | |
tree | 5656707db7c90ba02251c9c4ca36bf2f3866cbca /setup.py | |
parent | e2212f944b113467faa7a8030c63ce75905a7bb7 (diff) | |
download | mediagoblin-062e37899d87054694aa1efd2464733d685f1307.tar.lz mediagoblin-062e37899d87054694aa1efd2464733d685f1307.tar.xz mediagoblin-062e37899d87054694aa1efd2464733d685f1307.zip |
Oh, we don't need Paste, but we do need PasteScript!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ install_requires = [ 'unidecode', 'jsonschema', 'PasteDeploy', + 'PasteScript', 'requests>=2.6.0', 'pyld', # This is optional: |