-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyflow.lock
127 lines (109 loc) · 2.97 KB
/
pyflow.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[[package]]
id = 2
name = "sqlparse"
version = "0.3.0"
source = "pypi+https://pypi.org/pypi/sqlparse/0.3.0/json"
dependencies = []
[[package]]
id = 5
name = "requests"
version = "2.22.0"
source = "pypi+https://pypi.org/pypi/requests/2.22.0/json"
dependencies = ["urllib3 1.25.5 pypi+https://pypi.org/pypi/urllib3/1.25.5/json", "certifi 2019.9.11 pypi+https://pypi.org/pypi/certifi/2019.9.11/json", "idna 2.8.0 pypi+https://pypi.org/pypi/idna/2.8.0/json", "chardet 3.0.4 pypi+https://pypi.org/pypi/chardet/3.0.4/json"]
[[package]]
id = 6
name = "certifi"
version = "2019.9.11"
source = "pypi+https://pypi.org/pypi/certifi/2019.9.11/json"
dependencies = []
[[package]]
id = 13
name = "toml"
version = "0.10.0"
source = "pypi+https://pypi.org/pypi/toml/0.10.0/json"
dependencies = []
[[package]]
id = 7
name = "urllib3"
version = "1.25.5"
source = "pypi+https://pypi.org/pypi/urllib3/1.25.5/json"
dependencies = []
[[package]]
id = 16
name = "click"
version = "7.0.0"
source = "pypi+https://pypi.org/pypi/click/7.0.0/json"
dependencies = []
[[package]]
id = 14
name = "appdirs"
version = "1.4.3"
source = "pypi+https://pypi.org/pypi/appdirs/1.4.3/json"
dependencies = []
[[package]]
id = 3
name = "pytz"
version = "2019.2.0"
source = "pypi+https://pypi.org/pypi/pytz/2019.2.0/json"
dependencies = []
[[package]]
id = 18
name = "psycopg2-binary"
version = "2.8.3"
source = "pypi+https://pypi.org/pypi/psycopg2-binary/2.8.3/json"
dependencies = []
[[package]]
id = 9
name = "chardet"
version = "3.0.4"
source = "pypi+https://pypi.org/pypi/chardet/3.0.4/json"
dependencies = []
[[package]]
id = 8
name = "idna"
version = "2.8.0"
source = "pypi+https://pypi.org/pypi/idna/2.8.0/json"
dependencies = []
[[package]]
id = 1
name = "Django"
version = "2.2.5"
source = "pypi+https://pypi.org/pypi/Django/2.2.5/json"
dependencies = ["sqlparse 0.3.0 pypi+https://pypi.org/pypi/sqlparse/0.3.0/json", "pytz 2019.2.0 pypi+https://pypi.org/pypi/pytz/2019.2.0/json"]
[[package]]
id = 4
name = "wheel"
version = "0.33.6"
source = "pypi+https://pypi.org/pypi/wheel/0.33.6/json"
dependencies = []
[[package]]
id = 17
name = "gunicorn"
version = "19.9.0"
source = "pypi+https://pypi.org/pypi/gunicorn/19.9.0/json"
dependencies = []
[[package]]
id = 10
name = "djangorestframework"
version = "3.10.3"
source = "pypi+https://pypi.org/pypi/djangorestframework/3.10.3/json"
dependencies = []
[[package]]
id = 11
name = "dj-database-url"
version = "0.5.0"
source = "pypi+https://pypi.org/pypi/dj-database-url/0.5.0/json"
dependencies = []
[[package]]
id = 15
name = "attrs"
version = "19.1.0"
source = "pypi+https://pypi.org/pypi/attrs/19.1.0/json"
dependencies = []
[[package]]
id = 12
name = "black"
version = "19.3.0b0"
source = "pypi+https://pypi.org/pypi/black/19.3.0b0/json"
dependencies = ["click 7.0.0 pypi+https://pypi.org/pypi/click/7.0.0/json", "toml 0.10.0 pypi+https://pypi.org/pypi/toml/0.10.0/json", "attrs 19.1.0 pypi+https://pypi.org/pypi/attrs/19.1.0/json", "appdirs 1.4.3 pypi+https://pypi.org/pypi/appdirs/1.4.3/json"]
[metadata]