update reqs
This commit is contained in:
parent
d8fc988a1f
commit
4552f7502e
@ -16,11 +16,11 @@ pickleshare==0.7.5
|
|||||||
prompt-toolkit==2.0.9
|
prompt-toolkit==2.0.9
|
||||||
ptyprocess==0.6.0
|
ptyprocess==0.6.0
|
||||||
Pygments==2.4.2
|
Pygments==2.4.2
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.1
|
||||||
python-Levenshtein==0.12.0
|
python-Levenshtein==0.12.0
|
||||||
pytz==2019.2
|
pytz==2019.3
|
||||||
regex==2019.8.19
|
regex==2019.11.1
|
||||||
six==1.12.0
|
six==1.13.0
|
||||||
timezonefinder==4.1.0
|
timezonefinder==4.1.0
|
||||||
traitlets==4.3.2
|
traitlets==4.3.2
|
||||||
tzlocal==2.0.0
|
tzlocal==2.0.0
|
||||||
|
8
setup.py
8
setup.py
@ -20,11 +20,11 @@ def gen_from_file():
|
|||||||
'prompt-toolkit==2.0.9',
|
'prompt-toolkit==2.0.9',
|
||||||
'ptyprocess==0.6.0',
|
'ptyprocess==0.6.0',
|
||||||
'Pygments==2.4.2',
|
'Pygments==2.4.2',
|
||||||
'python-dateutil==2.8.0',
|
'python-dateutil==2.8.1',
|
||||||
'python-Levenshtein==0.12.0',
|
'python-Levenshtein==0.12.0',
|
||||||
'pytz==2019.2',
|
'pytz==2019.3',
|
||||||
'regex==2019.8.19',
|
'regex==2019.11.1',
|
||||||
'six==1.12.0',
|
'six==1.13.0',
|
||||||
'timezonefinder==4.1.0',
|
'timezonefinder==4.1.0',
|
||||||
'traitlets==4.3.2',
|
'traitlets==4.3.2',
|
||||||
'tzlocal==2.0.0',
|
'tzlocal==2.0.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user