mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added six to the list of required packages.
This commit is contained in:
parent
5ec72d792e
commit
cc96101406
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -36,6 +36,7 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# Essential packages
|
# Essential packages
|
||||||
|
'six',
|
||||||
'django>=1.11',
|
'django>=1.11',
|
||||||
'pygments>=1.6',
|
'pygments>=1.6',
|
||||||
'django-staticinline>=1.0',
|
'django-staticinline>=1.0',
|
||||||
|
|
Loading…
Reference in a new issue