aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-02 09:02:05 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-04-02 09:10:40 +1100
commit0ef1e2b1d4c1aff77c13673aed588cf8bda2989f (patch)
treef2d0ac464064faaa8957a374797dc0b515cae494 /setup.py
parent8681ec288c5f3d4b1f43b7ea5e3fe68d96bb8980 (diff)
downloadmediagoblin-0ef1e2b1d4c1aff77c13673aed588cf8bda2989f.tar.lz
mediagoblin-0ef1e2b1d4c1aff77c13673aed588cf8bda2989f.tar.xz
mediagoblin-0ef1e2b1d4c1aff77c13673aed588cf8bda2989f.zip
Remove implicit dependency on PasteDeploy.
This is installed by PasteScript.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c8dc3f26..e6676671 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,6 @@ install_requires = [
'jsonschema',
'Markdown',
'oauthlib',
- 'PasteDeploy',
'PasteScript',
'py-bcrypt',
'PyLD<2.0.0', # Breaks a Python 3 test if >= 2.0.0.