Files
CCSDS_study/pyproject.toml
2026-05-05 21:54:35 +08:00

106 lines
2.5 KiB
TOML

[project]
name = "ccsds-study"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"alabaster==0.7.13",
"asttokens==3.0.1",
"babel==2.18.0",
"backcall==0.2.0",
"beautifulsoup4==4.14.3",
"bintrees==2.2.0",
"bitarray==0.8.1",
"blinker==1.8.2",
"certifi==2026.2.25",
"cffi==1.17.1",
"chardet==5.2.0",
"charset-normalizer==3.4.7",
"click==8.1.8",
"colorama==0.4.6",
"comm==0.2.3",
"construct==2.10.70",
"contourpy==1.1.1",
"cryptography==46.0.7",
"cycler==0.12.1",
"debugpy==1.8.20",
"decorator==5.2.1",
"dnspython==2.6.1",
"docutils==0.17.1",
"executing==2.2.1",
"flask==3.0.3",
"fonttools==4.57.0",
"future==1.0.0",
"getmac==0.8.3",
"idna==3.11",
"imagesize==1.5.0",
"impacket==0.10.0",
"importlib-metadata==8.5.0",
"importlib-resources==6.4.5",
"ipykernel==6.29.5",
"ipython==8.12.3",
"itsdangerous==2.2.0",
"jedi==0.19.2",
"jinja2==3.1.6",
"jupyter-client==8.6.3",
"jupyter-core==5.8.1",
"kiwisolver==1.4.7",
"ldap3==2.9.1",
"ldapdomaindump==0.10.0",
"markupsafe==2.1.5",
"matplotlib==3.7.5",
"matplotlib-inline==0.1.7",
"minepy==1.2.6",
"nest-asyncio==1.6.0",
"netaddr==0.8.0",
"netzob==2.0.0",
"numpy==1.24.1",
"opencv-python==4.13.0.92",
"packaging==26.1",
"parso==0.8.6",
"pcapy-ng==1.0.9",
"pexpect==4.9.0",
"pickleshare==0.7.5",
"pillow==10.4.0",
"platformdirs==4.3.6",
"prompt-toolkit==3.0.52",
"psutil==7.2.2",
"ptyprocess==0.7.0",
"pure-eval==0.2.3",
"pyasn1==0.6.3",
"pycparser==2.23",
"pycryptodomex==3.23.0",
"pydata-sphinx-theme==0.8.1",
"pygments==2.19.2",
"pylstar==0.1.2",
"pyopenssl==26.0.0",
"pyparsing==3.1.4",
"python-dateutil==2.9.0.post0",
"pythoncrc==1.21",
"pytz==2026.1.post1",
"pyyaml==6.0.3",
"pyzmq==27.1.0",
"requests==2.32.4",
"scipy==1.10.1",
"six==1.17.0",
"snowballstemmer==3.0.1",
"soupsieve==2.7",
"sphinx==4.5.0",
"sphinx-book-theme==0.3.3",
"sphinxcontrib-applehelp==1.0.4",
"sphinxcontrib-devhelp==1.0.2",
"sphinxcontrib-htmlhelp==2.0.1",
"sphinxcontrib-jsmath==1.0.1",
"sphinxcontrib-qthelp==1.0.3",
"sphinxcontrib-serializinghtml==1.1.5",
"stack-data==0.6.3",
"tornado==6.4.2",
"traitlets==5.14.3",
"typing-extensions==4.13.2",
"urllib3==2.2.3",
"wcwidth==0.6.0",
"werkzeug==3.0.6",
"zipp==3.20.2",
]