mirror of https://github.com/Shizmob/pydle.git
parent
60ede96669
commit
9c5c4b87d3
|
@ -4,7 +4,9 @@ __pycache__
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
|
/env
|
||||||
/docs/_build
|
/docs/_build
|
||||||
/.coverage
|
/.coverage
|
||||||
/.tox
|
/.tox
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
tornado
|
tornado==4.5.3
|
||||||
-e git+https://github.com/thobbs/pure-sasl#egg=pure-sasl
|
-e git+https://github.com/thobbs/pure-sasl#egg=pure-sasl
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ setup(
|
||||||
'pydle.features.ircv3',
|
'pydle.features.ircv3',
|
||||||
'pydle.utils'
|
'pydle.utils'
|
||||||
],
|
],
|
||||||
install_requires=['tornado'],
|
install_requires=['tornado==4.5.3'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'sasl': 'pure-sasl >=0.1.6', # for pydle.features.sasl
|
'sasl': 'pure-sasl >=0.1.6', # for pydle.features.sasl
|
||||||
'docs': 'sphinx_rtd_theme', # the Sphinx theme we use
|
'docs': 'sphinx_rtd_theme', # the Sphinx theme we use
|
||||||
|
|
Loading…
Reference in New Issue