Skip to content

Commit

Permalink
Change requirements, had to force pywin32=225 because 226 is breaking…
Browse files Browse the repository at this point in the history
… everything mhammond/pywin32#1439
  • Loading branch information
Celeborn2BeAlive committed Nov 11, 2019
1 parent 7b27d87 commit 0941e7b
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,51 @@
attrs==19.1.0
attrs==19.3.0
backcall==0.1.0
bleach==3.1.0
bokeh==1.3.4
bokeh==1.4.0
colorama==0.4.1
decorator==4.4.0
decorator==4.4.1
defusedxml==0.6.0
entrypoints==0.3
ipykernel==5.1.2
ipython==7.8.0
importlib-metadata==0.23
ipykernel==5.1.3
ipython==7.9.0
ipython-genutils==0.2.0
jedi==0.15.1
Jinja2==2.10.1
Jinja2==2.10.3
json5==0.8.5
jsonschema==3.0.2
jupyter-client==5.3.1
jupyter-core==4.5.0
jupyterlab==1.1.3
jsonschema==3.1.1
jupyter-client==5.3.4
jupyter-core==4.6.1
jupyterlab==1.2.2
jupyterlab-server==1.0.6
MarkupSafe==1.1.1
mistune==0.8.4
nbconvert==5.6.0
more-itertools==7.2.0
nbconvert==5.6.1
nbformat==4.4.0
notebook==6.0.1
numpy==1.17.2
packaging==19.1
pandas==0.25.1
notebook==6.0.2
numpy==1.17.4
packaging==19.2
pandocfilters==1.4.2
parso==0.5.1
pickleshare==0.7.5
Pillow==6.1.0
Pillow==6.2.1
prometheus-client==0.7.1
prompt-toolkit==2.0.9
prompt-toolkit==2.0.10
Pygments==2.4.2
pyparsing==2.4.2
pyrsistent==0.15.4
python-dateutil==2.8.0
pytz==2019.2
pyparsing==2.4.5
pyrsistent==0.15.5
python-dateutil==2.8.1
pywin32==225
pywinpty==0.5.5
PyYAML==5.1.2
pyzmq==18.1.0
Send2Trash==1.5.0
six==1.12.0
six==1.13.0
terminado==0.8.2
testpath==0.4.2
testpath==0.4.4
tornado==6.0.3
traitlets==4.3.2
traitlets==4.3.3
wcwidth==0.1.7
webencodings==0.5.1
zipp==0.6.0

0 comments on commit 0941e7b

Please sign in to comment.