Skip to content

Commit e907667

Browse files
committed
Limited the permitted versions of mypy and related django-slugs, to avoid issues related to using Django-1.11. Update to latest versions when we've moved to Django 2.2.x
- Legacy-Id: 17186
1 parent 0487cfc commit e907667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ django-markup>=1.1
2020
django-password-strength>=1.2.1
2121
django-referrer-policy>=1.0
2222
django-simple-history>=2.3.0
23-
django-stubs>=1.2.0
23+
django-stubs==1.3.0
2424
django-tastypie>=0.13.2
2525
django-webtest>=1.9.7
2626
django-widget-tweaks>=1.3
@@ -36,7 +36,7 @@ jwcrypto>=0.4.0 # for signed notifications
3636
#lxml>=3.4.0 # from PyQuery;
3737
markdown2>=2.3.8
3838
mock>=2.0.0
39-
mypy # Version requirements determined by django-stubs.
39+
mypy==0.750 # Version requirements determined by django-stubs.
4040
mysqlclient>=1.3.13
4141
oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
4242
patch>=1.16,<2.0

0 commit comments

Comments
 (0)