Add Twisted as a dependency.

anvil serve requires Twisted, but it is missing from the setup script. I
verified that Twisted v15 works, but didn't try earlier versions.
This commit is contained in:
Michael Davidson 2015-05-06 13:39:10 -07:00
parent 704f237c1c
commit 8c231ce23c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ INSTALL_REQUIRES = [
'networkx==1.7',
'pip>=1.1',
'Sphinx>=1.1.3',
'twisted>15',
'watchdog>=0.6',
# Needed for the linter - easier to just have here