Drop dependency on Sphinx

Fixes #189.
This commit is contained in:
Dmitry Shachnev 2016-01-10 16:40:56 +03:00
parent 012d42db6a
commit 9e2b17147d
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
sphinx>=1.3

View File

@ -27,7 +27,6 @@ setup(
'static/font/*.*'
]},
include_package_data=True,
install_requires=open('requirements.txt').read().splitlines(),
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: BSD License',