123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- [[package]]
- name = "appdirs"
- version = "1.4.4"
- description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
- category = "main"
- optional = false
- python-versions = "*"
- [[package]]
- name = "certifi"
- version = "2022.9.24"
- description = "Python package for providing Mozilla's CA Bundle."
- category = "main"
- optional = false
- python-versions = ">=3.6"
- [[package]]
- name = "charset-normalizer"
- version = "2.1.1"
- description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
- category = "main"
- optional = false
- python-versions = ">=3.6.0"
- [package.extras]
- unicode-backport = ["unicodedata2"]
- [[package]]
- name = "idna"
- version = "3.4"
- description = "Internationalized Domain Names in Applications (IDNA)"
- category = "main"
- optional = false
- python-versions = ">=3.5"
- [[package]]
- name = "nuitka"
- version = "1.1.7"
- description = "Python compiler with full language support and CPython compatibility"
- category = "dev"
- optional = false
- python-versions = "*"
- [[package]]
- name = "requests"
- version = "2.28.1"
- description = "Python HTTP for Humans."
- category = "main"
- optional = false
- python-versions = ">=3.7, <4"
- [package.dependencies]
- certifi = ">=2017.4.17"
- charset-normalizer = ">=2,<3"
- idna = ">=2.5,<4"
- urllib3 = ">=1.21.1,<1.27"
- [package.extras]
- socks = ["PySocks (>=1.5.6,!=1.5.7)"]
- use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
- [[package]]
- name = "urllib3"
- version = "1.26.12"
- description = "HTTP library with thread-safe connection pooling, file post, and more."
- category = "main"
- optional = false
- python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
- [package.extras]
- brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
- secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"]
- socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
- [metadata]
- lock-version = "1.1"
- python-versions = "^3.7"
- content-hash = "ceff6433a5c9ac65e67a8af315503c2d7d9460064205060dc5d6d7e9dc737cdc"
- [metadata.files]
- appdirs = [
- {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
- {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
- ]
- certifi = [
- {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"},
- {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"},
- ]
- charset-normalizer = [
- {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"},
- {file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"},
- ]
- idna = [
- {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
- {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
- ]
- nuitka = [
- {file = "Nuitka-1.1.7.tar.gz", hash = "sha256:027f9e6aa5e30a606a70de0eb6a4fc85fc02a3bcf03c3e442afc689b1d4081b8"},
- ]
- requests = [
- {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
- {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
- ]
- urllib3 = [
- {file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"},
- {file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"},
- ]
|