Update requirements.txt and setup.py to use rply upstream.
Closes #364.
This commit is contained in:
parent
948e6d34c7
commit
8970662dcb
@ -1,3 +1,3 @@
|
|||||||
# Check site / dev for more deps!
|
# Check site / dev for more deps!
|
||||||
flake8
|
flake8
|
||||||
-e git+https://github.com/hylang/rply.git#egg=rply
|
rply>=0.7.0
|
||||||
|
3
setup.py
3
setup.py
@ -45,7 +45,7 @@ long_description = """Hy is a Python <--> Lisp layer. It helps
|
|||||||
make things work nicer, and lets Python and the Hy lisp variant play
|
make things work nicer, and lets Python and the Hy lisp variant play
|
||||||
nice together. """
|
nice together. """
|
||||||
|
|
||||||
install_requires = ['rply>=0.6.2']
|
install_requires = ['rply>=0.7.0']
|
||||||
if sys.version_info[:2] < (2, 7):
|
if sys.version_info[:2] < (2, 7):
|
||||||
install_requires.append('argparse>=1.2.1')
|
install_requires.append('argparse>=1.2.1')
|
||||||
install_requires.append('importlib>=1.0.2')
|
install_requires.append('importlib>=1.0.2')
|
||||||
@ -56,7 +56,6 @@ setup(
|
|||||||
name=PKG,
|
name=PKG,
|
||||||
version=__version__,
|
version=__version__,
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
dependency_links=['https://github.com/hylang/rply/zipball/master#egg=rply-0.6.2'],
|
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'hy = hy.cmdline:hy_main',
|
'hy = hy.cmdline:hy_main',
|
||||||
|
Loading…
Reference in New Issue
Block a user