-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.lock
29 lines (25 loc) · 944 Bytes
/
pyproject.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
[[package]]
category = "main"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
name = "django"
optional = false
platform = "*"
python-versions = ">=3.5"
version = "2.1.2"
[package.dependencies]
pytz = "*"
[[package]]
category = "main"
description = "World timezone definitions, modern and historical"
name = "pytz"
optional = false
platform = "Independent"
python-versions = "*"
version = "2018.5"
[metadata]
content-hash = "edd900a438529cb9986246fe9a454a8af371e740ed745169c0833328eb388cae"
platform = "*"
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[metadata.hashes]
django = ["acdcc1f61fdb0a0c82a1d3bf1879a414e7732ea894a7632af7f6d66ec7ab5bb3", "efbcad7ebb47daafbcead109b38a5bd519a3c3cd92c6ed0f691ff97fcdd16b45"]
pytz = ["a061aa0a9e06881eb8b3b2b43f05b9439d6583c206d0a6c340ff72a7b6669053", "ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277"]