Skip to content

Commit

Permalink
Bump dependecies (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab authored Oct 27, 2021
1 parent 929e377 commit 3675825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
install_requires=[
"Django>=2.2,<3.3",
"Wagtail>=2.11,<2.15",
"Wagtail>=2.11,<2.16",
"user-agents>=2.2,<2.3",
"numpy>=1.19.4,<1.20",
"scipy>=1.5.4,<1.6",
Expand Down
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
skipsdist = True
usedevelop = True

envlist = py{37,38}-dj{22,30,31,master}-wa{211,main}-{sqlite,postgres}
envlist = py{37,38,39}-dj{22,30,32,master}-wa{211,215,main}-{sqlite,postgres}

[flake8]
# E501: Line too long
Expand All @@ -23,14 +23,14 @@ deps =

dj22: Django>=2.2,<2.3
dj30: Django>=3.0,<3.1
dj31: Django>=3.1,<3.2
djmaster: git+https://github.com/django/django.git@master#egg=Django
djmaster: git+https://github.com/wagtail/django-modelcluster.git
dj32: Django>=3.2,<3.3
djmain: git+https://github.com/django/django.git@main#egg=Django

wa211: wagtail>=2.11,<2.15
wa211: wagtail>=2.11,<2.12
wa215: wagtail>=2.15rc1,<2.16
wamain: git+https://github.com/wagtail/wagtail.git

postgres: psycopg2>=2.6
postgres: psycopg2==2.8.6

setenv =
postgres: DATABASE_URL=postgres:///wagtail_ab_testing
Expand Down

0 comments on commit 3675825

Please sign in to comment.