update reqs

This commit is contained in:
Daniel Tsvetkov 2019-12-09 15:27:49 +01:00
parent d8fc988a1f
commit 4552f7502e
2 changed files with 8 additions and 8 deletions

View File

@ -16,11 +16,11 @@ pickleshare==0.7.5
prompt-toolkit==2.0.9
ptyprocess==0.6.0
Pygments==2.4.2
python-dateutil==2.8.0
python-dateutil==2.8.1
python-Levenshtein==0.12.0
pytz==2019.2
regex==2019.8.19
six==1.12.0
pytz==2019.3
regex==2019.11.1
six==1.13.0
timezonefinder==4.1.0
traitlets==4.3.2
tzlocal==2.0.0

View File

@ -20,11 +20,11 @@ def gen_from_file():
'prompt-toolkit==2.0.9',
'ptyprocess==0.6.0',
'Pygments==2.4.2',
'python-dateutil==2.8.0',
'python-dateutil==2.8.1',
'python-Levenshtein==0.12.0',
'pytz==2019.2',
'regex==2019.8.19',
'six==1.12.0',
'pytz==2019.3',
'regex==2019.11.1',
'six==1.13.0',
'timezonefinder==4.1.0',
'traitlets==4.3.2',
'tzlocal==2.0.0',