mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Adds missing requirements to tox.ini.
This commit is contained in:
parent
3dd3082575
commit
c1f4be6b6f
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -20,7 +20,9 @@ deps =
|
|||
# FIXME: Remove the version when this is fixed: https://github.com/lericson/pylibmc/issues/216
|
||||
pylibmc==1.5.0
|
||||
pytz
|
||||
jinja2
|
||||
Jinja2
|
||||
django-debug-toolbar
|
||||
beautifulsoup4
|
||||
coverage
|
||||
setenv =
|
||||
sqlite3: DB_ENGINE=sqlite3
|
||||
|
|
|
|||
Loading…
Reference in a new issue