Browse Source

Added django-imagefield dependency.

master
Erik Stein 5 years ago
parent
commit
2a69e2e428
  1. 1
      setup.py

1
setup.py

@ -61,6 +61,7 @@ setup(
install_requires=[
# 'django>=1.11', commented out to make `pip install -U` easier
'django-shared-utils',
'django-imagefield',
],
dependency_links=[
'git+https://github.com/sha-red/django-content-plugins.git#egg=django-content-plugins',

Loading…
Cancel
Save