0% found this document useful (0 votes)
91 views3 pages

Python Package List

This document contains a list of Python package dependencies and versions required for a project. It includes common packages like NumPy, Pandas, Matplotlib as well as Jupyter-related packages and OS-specific packages like pywin32. The last few lines provide instructions to install all dependencies from this requirements file using pip and update the file afterwards.

Uploaded by

immi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views3 pages

Python Package List

This document contains a list of Python package dependencies and versions required for a project. It includes common packages like NumPy, Pandas, Matplotlib as well as Jupyter-related packages and OS-specific packages like pywin32. The last few lines provide instructions to install all dependencies from this requirements file using pip and update the file afterwards.

Uploaded by

immi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

altgraph==0.17.

3
anyio==3.6.2
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
arrow==1.2.3
asttokens==2.2.1
attrdict==2.0.1
attrs==22.1.0
auto-py-to-exe==2.26.0
backcall==0.2.0
beautifulsoup4==4.11.1
bleach==5.0.1
bottle==0.12.23
bottle-websocket==0.2.9
cffi==1.15.1
click==8.1.3
colorama==0.4.6
comm==0.1.2
contourpy==1.0.6
cs50==9.2.4
customtkinter==5.0.3
cycler==0.11.0
darkdetect==0.8.0
debugpy==1.6.4
decorator==5.1.1
defusedxml==0.7.1
Eel==0.14.0
entrypoints==0.4
executing==1.2.0
fastjsonschema==2.16.2
Flask==2.2.2
fonttools==4.38.0
fqdn==1.5.1
future==0.18.2
gevent==22.10.2
gevent-websocket==0.10.1
greenlet==2.0.1
idna==3.4
ipykernel==6.19.2
ipython==8.7.0
ipython-genutils==0.2.0
ipywidgets==8.0.4
isoduration==20.11.0
itsdangerous==2.1.2
jedi==0.18.2
Jinja2==3.1.2
jsonpointer==2.3
jsonschema==4.17.3
jupyter==1.0.0
jupyter-console==6.4.4
jupyter-events==0.5.0
jupyter_client==7.4.8
jupyter_core==5.1.0
jupyter_server==2.0.1
jupyter_server_terminals==0.4.3
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.5
keyboard==0.13.5
kiwisolver==1.4.4
MarkupSafe==2.1.1
matplotlib==3.6.2
matplotlib-inline==0.1.6
mistune==2.0.4
MouseInfo==0.1.3
nbclassic==0.4.8
nbclient==0.7.2
nbconvert==7.2.7
nbformat==5.7.1
nest-asyncio==1.5.6
notebook==6.5.2
notebook_shim==0.2.2
numpy==1.24.1
packaging==22.0
pandas==1.5.2
pandocfilters==1.5.0
parso==0.8.3
pefile==2022.5.30
pickleshare==0.7.5
Pillow==9.3.0
platformdirs==2.6.0
playsound==1.3.0
plyer==2.1.0
prometheus-client==0.15.0
prompt-toolkit==3.0.36
psutil==5.9.4
pure-eval==0.2.2
PyAutoGUI==0.9.53
pycparser==2.21
pydub==0.25.1
PyGetWindow==0.0.9
Pygments==2.13.0
pyinstaller==5.7.0
pyinstaller-hooks-contrib==2022.14
PyMsgBox==1.0.9
pynput==1.7.6
pyparsing==3.0.9
pyperclip==1.8.2
pypiwin32==223
PyRect==0.2.0
pyrsistent==0.19.2
PyScreeze==0.1.28
pystray==0.19.4
python-dateutil==2.8.2
python-json-logger==2.0.4
pytweening==1.0.4
pytz==2022.6
pywin32==305
pywin32-ctypes==0.2.0
pywinpty==2.0.9
PyYAML==6.0
pyzmq==24.0.1
qtconsole==5.4.0
QtPy==2.3.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
screen-brightness-control==0.18.0
Send2Trash==1.8.0
six==1.16.0
sniffio==1.3.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.45
sqlparse==0.4.3
stack-data==0.6.2
termcolor==2.1.1
terminado==0.17.1
tinycss2==1.2.1
tornado==6.2
traitlets==5.8.0
uri-template==1.2.0
wcwidth==0.2.5
webcolors==1.12
webencodings==0.5.1
websocket-client==1.4.2
Werkzeug==2.2.2
whichcraft==0.6.1
widgetsnbextension==4.0.5
win10toast==0.9
winsdk==1.0.0b7
WMI==1.5.1
zope.event==4.6
zope.interface==5.5.2

pip install -r requirements.txt


pip freeze >> requirements.txt

You might also like