Commit c24140fa authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

setup.py

parent 6293348e
*.pyc *.pyc
build
dist
*.egg-info
...@@ -36,7 +36,8 @@ setup( ...@@ -36,7 +36,8 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
], ],
install_requires=[ install_requires=[
'Twisted Web>=11.0.0', 'twisted>=11.0.0',
'twisted.internet.processes>=1.0b1', 'twisted.internet.processes>=1.0b1'
], ],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment