Skip to content

Commit

Permalink
fix(tests): Fix for Flask not pinning dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Mar 28, 2022
1 parent 90a007a commit 00a6002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -93,6 +93,8 @@ deps =
# with the -r flag
-r test-requirements.txt

py3.4: colorama==0.4.1

django-{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: djangorestframework>=3.0.0,<4.0.0

{py3.7,py3.8,py3.9,py3.10}-django-{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: channels>2
Expand All @@ -115,6 +117,7 @@ deps =
django-3.2: Django>=3.2,<3.3

flask: flask-login
flask: watchdog==0.10.7
flask-0.10: Flask>=0.10,<0.11
flask-0.11: Flask>=0.11,<0.12
flask-0.12: Flask>=0.12,<0.13
Expand Down

0 comments on commit 00a6002

Please sign in to comment.