Browse Source

更新 pytz 依赖版本,避免初始化时的错误

Fix ERROR: babel 2.7.0 has requirement pytz>=2015.7, but you'll have pytz 2015.6 which is incompatible.
Wenpeng 5 years ago
parent
commit
741e73ed9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements/prod.txt

+ 1 - 1
requirements/prod.txt

@@ -38,6 +38,6 @@ Flask-Bcrypt==0.7.1
 anyjson==0.3.3
 celery==3.1.18
 pycrypto==2.6.1
-pytz==2015.6
+pytz==2015.7
 requests==2.20.0
 GitPython==2.1.11