[READ-ONLY] Mirror of https://github.com/shuuji3/mydns-jp-ping. Tiny script to ping ip address to mydns.jp
mydns-jp
3.5 kB
96 lines
1[[package]]
2name = "certifi"
3version = "2022.12.7"
4description = "Python package for providing Mozilla's CA Bundle."
5category = "main"
6optional = false
7python-versions = ">=3.6"
8
9[[package]]
10name = "chardet"
11version = "3.0.4"
12description = "Universal encoding detector for Python 2 and 3"
13category = "main"
14optional = false
15python-versions = "*"
16
17[[package]]
18name = "idna"
19version = "2.8"
20description = "Internationalized Domain Names in Applications (IDNA)"
21category = "main"
22optional = false
23python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
24
25[[package]]
26name = "python-dotenv"
27version = "0.10.3"
28description = "Add .env support to your django/flask apps in development and deployments"
29category = "main"
30optional = false
31python-versions = "*"
32
33[package.extras]
34cli = ["click (>=5.0)"]
35
36[[package]]
37name = "requests"
38version = "2.22.0"
39description = "Python HTTP for Humans."
40category = "main"
41optional = false
42python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
43
44[package.dependencies]
45certifi = ">=2017.4.17"
46chardet = ">=3.0.2,<3.1.0"
47idna = ">=2.5,<2.9"
48urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
49
50[package.extras]
51security = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=0.14)"]
52socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
53
54[[package]]
55name = "urllib3"
56version = "1.25.3"
57description = "HTTP library with thread-safe connection pooling, file post, and more."
58category = "main"
59optional = false
60python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4"
61
62[package.extras]
63brotli = ["brotlipy (>=0.6.0)"]
64secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"]
65socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
66
67[metadata]
68lock-version = "1.1"
69python-versions = "^3.7"
70content-hash = "f821c28585185d8373973bbb82c31524cd0dc9f47c89bb75dbd8e542157659e0"
71
72[metadata.files]
73certifi = [
74 {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"},
75 {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"},
76]
77chardet = [
78 {file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
79 {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
80]
81idna = [
82 {file = "idna-2.8-py2.py3-none-any.whl", hash = "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"},
83 {file = "idna-2.8.tar.gz", hash = "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"},
84]
85python-dotenv = [
86 {file = "python-dotenv-0.10.3.tar.gz", hash = "sha256:f157d71d5fec9d4bd5f51c82746b6344dffa680ee85217c123f4a0c8117c4544"},
87 {file = "python_dotenv-0.10.3-py2.py3-none-any.whl", hash = "sha256:debd928b49dbc2bf68040566f55cdb3252458036464806f4094487244e2a4093"},
88]
89requests = [
90 {file = "requests-2.22.0-py2.py3-none-any.whl", hash = "sha256:9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"},
91 {file = "requests-2.22.0.tar.gz", hash = "sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"},
92]
93urllib3 = [
94 {file = "urllib3-1.25.3-py2.py3-none-any.whl", hash = "sha256:b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1"},
95 {file = "urllib3-1.25.3.tar.gz", hash = "sha256:dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232"},
96]