mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added Django to the setup requirements. It was there already due that mptt has it in the list, also its tested now extensively.
This commit is contained in:
parent
6a7e201a72
commit
d56bfac077
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -8,6 +8,7 @@ setup(
|
|||
package_data={'dpaste': ['static/*.*', 'templates/*.*']},
|
||||
scripts=('manage.py',),
|
||||
install_requires=(
|
||||
'django>=1.4',
|
||||
'django-mptt>=0.6.0',
|
||||
'pygments>=1.6',
|
||||
'requests>=2.0.0',
|
||||
|
|
Loading…
Reference in a new issue