Bump min Django version to 2.2.5

Bug fix release. For more details, see:
https://docs.djangoproject.com/en/2.2/releases/2.2.5/
This commit is contained in:
Greg Taylor 2019-09-14 11:26:07 -07:00
parent 0eef4bee6f
commit 93ca8504d0
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Evennia dependencies, for Linux/Mac platforms
# general
django >= 2.2.4, < 2.3
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pillow == 5.2.0
pytz