springload / wagtailenforcer

The Wagtail arm of the law - enforce security protocols on your Wagtail site

Home Page:https://pypi.python.org/pypi/wagtailenforcer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setupttols won't allow installing dependency from git repo

jordij opened this issue · comments

commented

e.g. the last 2 deps will fail upon install

install_requires = [
    'django-easysettings',
    'django-antivirus-field'
    'git+https://github.com/tarak/django-password-policies',
    'git+https://github.com/springload/django-axes',
]

Resolved through update to 1.0.1