-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuv.lock
More file actions
30 lines (26 loc) · 1.09 KB
/
Copy pathuv.lock
File metadata and controls
30 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version = 1
revision = 2
requires-python = ">=3.12"
[[package]]
name = "embeddeds-starter-pack"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "network" },
{ name = "urequests" },
]
[package.metadata]
requires-dist = [
{ name = "network", specifier = ">=0.1" },
{ name = "urequests", specifier = ">=0.1.2" },
]
[[package]]
name = "network"
version = "0.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/cb/72/0769291af36fb6020d000337ee219456ea779c03cf3124831e901f12ed13/network-0.1.tar.gz", hash = "sha256:786b171895c3ecaaf05948c29e206ab99285f328f799c3bbc5e22a2805bfc27f", size = 2765, upload-time = "2017-02-28T23:37:45.558Z" }
[[package]]
name = "urequests"
version = "0.1.2"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/3d/c3/211eeedd2bf6b7be8781b2ad9153f18b848ad50612b778bcab59d30d4a63/urequests-0.1.2.tar.gz", hash = "sha256:03bbcce814d91dd6099165879dea0c1a54d28405183abfdee33ca4718cf284b5", size = 3140, upload-time = "2015-11-08T19:25:56.211Z" }