Remove implicit dependency on PasteDeploy.

This is installed by PasteScript.
This commit is contained in:
Ben Sturmfels 2021-04-02 09:02:05 +11:00
parent 8681ec288c
commit 0ef1e2b1d4

View File

@ -50,7 +50,6 @@ install_requires = [
'jsonschema', 'jsonschema',
'Markdown', 'Markdown',
'oauthlib', 'oauthlib',
'PasteDeploy',
'PasteScript', 'PasteScript',
'py-bcrypt', 'py-bcrypt',
'PyLD<2.0.0', # Breaks a Python 3 test if >= 2.0.0. 'PyLD<2.0.0', # Breaks a Python 3 test if >= 2.0.0.