Browse Source

Fix #447

pull/448/head
Hironsan 4 years ago
parent
commit
9af76dac90
2 changed files with 2 additions and 2 deletions
  1. 2
      app/requirements.txt
  2. 2
      requirements.txt

2
app/requirements.txt

@ -36,7 +36,7 @@ seqeval==0.0.6
social-auth-app-django==3.1.0 social-auth-app-django==3.1.0
social-auth-core[azuread]==3.0.0 social-auth-core[azuread]==3.0.0
text-unidecode==1.2 text-unidecode==1.2
tornado==5.0.2
tornado==5.1.1
unittest-xml-reporting==2.5.1 unittest-xml-reporting==2.5.1
vcrpy==2.0.1 vcrpy==2.0.1
vcrpy-unittest==0.1.7 vcrpy-unittest==0.1.7

2
requirements.txt

@ -36,7 +36,7 @@ seqeval==0.0.6
social-auth-app-django==3.1.0 social-auth-app-django==3.1.0
social-auth-core[azuread]==3.0.0 social-auth-core[azuread]==3.0.0
text-unidecode==1.2 text-unidecode==1.2
tornado==5.0.2
tornado==5.1.1
unittest-xml-reporting==2.5.1 unittest-xml-reporting==2.5.1
vcrpy==2.0.1 vcrpy==2.0.1
vcrpy-unittest==0.1.7 vcrpy-unittest==0.1.7

Loading…
Cancel
Save