forked from seanrees/gtfs-upcoming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
51 lines (44 loc) · 1.25 KB
/
poetry.lock
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[[package]]
name = "gtfs-realtime-bindings"
version = "0.0.7"
description = "Python classes generated from the GTFS-realtime protocol buffer specification."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
protobuf = "*"
[[package]]
name = "prometheus-client"
version = "0.15.0"
description = "Python client for the Prometheus monitoring system."
category = "main"
optional = false
python-versions = ">=3.6"
[package.extras]
twisted = ["twisted"]
[[package]]
name = "protobuf"
version = "4.21.11"
description = ""
category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "d8564c7f2eae77fc1c206845dd6086d32cb817d8651bbdee62b8807a9b07e925"
[metadata.files]
gtfs-realtime-bindings = []
prometheus-client = []
protobuf = []
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]