dependencie form

This commit is contained in:
lafrite 2015-05-16 11:42:12 +02:00
parent d1c8618348
commit 63d21ec92b
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
Jinja2==2.7.3
path.py==5.2
-e git+gitolite:pyMath.git
pyparsing==2.0.3
sympy==0.7.6
-e git+http://git.poneyworld.net/pyMath/#egg=pyMath

View File

@ -9,7 +9,7 @@ setup(name='Opytex',
author='Benjamin Bertrand',
author_email='lafrite@poneyworld.net',
packages=['opytex'],
install_requiers=['jinja2', 'pyMath', 'path'],
install_requiers=['jinja2', 'pyMath', 'path.py'],
entry_points = {
"console_scripts": ['opytex= opytex.opytex:main']
},