Skip to content

Commit

Permalink
Merge pull request #309 from wklken/ft_upgrade_py3_test
Browse files Browse the repository at this point in the history
update requirements.txt
  • Loading branch information
wklken authored Mar 25, 2021
2 parents 6895252 + ad5dd0b commit 59c1e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paas2/appengine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pymysql==0.6.7
gunicorn==19.9.0
gevent==1.1.2
pytz==2016.6.1
six==1.12.0
six==1.15.0
python-consul==1.1.0

# for config
Expand Down
2 changes: 1 addition & 1 deletion paas2/login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ xlrd==1.0.0
xlwt==1.1.2
gevent==1.1.2
pytz==2016.6.1
python-dateutil==2.6.0
python-dateutil==2.8.1
django_oauth_toolkit==0.12.0
django-decorator-include==1.3
cachetools==3.1.1
Expand Down
2 changes: 1 addition & 1 deletion paas2/paas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PyYAML==5.1
Pillow==3.4.2
gevent==1.1.2
pytz==2016.6.1
python-dateutil==2.6.0
python-dateutil==2.8.1
boto==2.43.0
cachetools==3.1.1
ConcurrentLogHandler==0.9.1
Expand Down

0 comments on commit 59c1e4a

Please sign in to comment.