more requirements, some more are missing tough
This commit is contained in:
parent
06bef562e8
commit
a7e9a7c101
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
euscanwww/rrd/*.rrd
|
euscanwww/rrd/*.rrd
|
||||||
euscanwww/media/charts/*.png
|
euscanwww/media/charts/*.png
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
local_settings.py
|
||||||
|
3
setup.py
3
setup.py
@ -81,7 +81,8 @@ setup(
|
|||||||
'https://github.com/iksaif/euscan/tarball/' +
|
'https://github.com/iksaif/euscan/tarball/' +
|
||||||
('master' if __version__ == '9999' else ('euscan-%s' % __version__))
|
('master' if __version__ == '9999' else ('euscan-%s' % __version__))
|
||||||
),
|
),
|
||||||
install_requires=['django-annoying'],
|
install_requires=['Django==1.3.1', 'django-annoying', 'South',
|
||||||
|
'django-piston', 'matplotlib'],
|
||||||
package_dir={'': 'pym'},
|
package_dir={'': 'pym'},
|
||||||
packages=packages,
|
packages=packages,
|
||||||
package_data={},
|
package_data={},
|
||||||
|
Loading…
Reference in New Issue
Block a user