File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
appdirs == 1.4.3
2
2
asn1crypto == 0.24.0
3
3
astroid == 2.2.5
4
+ attrs == 19.1.0
4
5
bottle == 0.12.17
5
6
certifi == 2019.6.16
6
7
cffi == 1.12.3
7
8
chardet == 3.0.4
8
- coverage == 4.5.3
9
+ coverage == 4.5.4
9
10
cryptography == 2.7
10
- Django == 2.2.3
11
+ Django == 2.2.4
11
12
django-appconf == 1.0.3
12
- django-autoslug == 1.9.4
13
+ django-autoslug == 1.9.6
13
14
django-compressor == 2.3
14
15
django-debug-toolbar == 2.0
15
16
django-haystack == 2.8.1
16
17
django-ipware == 2.1.0
17
- django-mdeditor == 0.1.14
18
+ django-mdeditor == 0.1.16
18
19
django-uuslug == 1.1.8
19
20
elasticsearch == 7.0.0
20
21
elasticsearch-dsl == 7.0.0
@@ -29,17 +30,17 @@ mccabe==0.6.1
29
30
mistune == 0.8.4
30
31
mysqlclient == 1.4.2.post1
31
32
olefile == 0.46
32
- packaging == 19.0
33
- Pillow == 6.0 .0
33
+ packaging == 19.1
34
+ Pillow == 6.1 .0
34
35
pycparser == 2.19
35
36
Pygments == 2.4.2
36
37
pylint == 2.3.1
37
- pyparsing == 2.4.0
38
+ pyparsing == 2.4.2
38
39
python-dateutil == 2.8.0
39
40
python-logstash == 0.4.6
40
41
python-memcached == 1.59
41
- python-slugify == 3.0.2
42
- pytz == 2019.1
42
+ python-slugify == 3.0.3
43
+ pytz == 2019.2
43
44
raven == 6.10.0
44
45
rcssmin == 1.0.6
45
46
requests == 2.22.0
Original file line number Diff line number Diff line change 1
1
appdirs == 1.4.3
2
2
asn1crypto == 0.24.0
3
3
astroid == 2.2.5
4
+ attrs == 19.1.0
4
5
bottle == 0.12.17
5
6
certifi == 2019.6.16
6
7
cffi == 1.12.3
7
8
chardet == 3.0.4
8
- coverage == 4.5.3
9
+ coverage == 4.5.4
9
10
cryptography == 2.7
10
- Django == 2.2.3
11
+ Django == 2.2.4
11
12
django-appconf == 1.0.3
12
- django-autoslug == 1.9.4
13
+ django-autoslug == 1.9.6
13
14
django-compressor == 2.3
14
15
django-debug-toolbar == 2.0
15
16
django-haystack == 2.8.1
16
17
django-ipware == 2.1.0
17
- django-mdeditor == 0.1.14
18
+ django-mdeditor == 0.1.16
18
19
django-uuslug == 1.1.8
19
20
elasticsearch == 7.0.0
20
21
elasticsearch-dsl == 7.0.0
@@ -29,16 +30,17 @@ mccabe==0.6.1
29
30
mistune == 0.8.4
30
31
mysqlclient == 1.4.2.post1
31
32
olefile == 0.46
32
- packaging == 19.0
33
- Pillow == 6.0 .0
33
+ packaging == 19.1
34
+ Pillow == 6.1 .0
34
35
pycparser == 2.19
35
36
Pygments == 2.4.2
36
37
pylint == 2.3.1
37
- pyparsing == 2.4.0
38
+ pyparsing == 2.4.2
38
39
python-dateutil == 2.8.0
39
40
python-logstash == 0.4.6
40
- python-slugify == 3.0.2
41
- pytz == 2019.1
41
+ python-memcached == 1.59
42
+ python-slugify == 3.0.3
43
+ pytz == 2019.2
42
44
raven == 6.10.0
43
45
rcssmin == 1.0.6
44
46
requests == 2.22.0
Original file line number Diff line number Diff line change 7
7
'USER' : 'travis' ,
8
8
'PASSWORD' : '' ,
9
9
'HOST' : '127.0.0.1' ,
10
- # 'HOST': '192.168.1.120',
11
- # 'USER': 'root',
12
- # 'PASSWORD': 'root',
13
10
'PORT' : 3306 ,
14
11
}
15
12
}
You can’t perform that action at this time.
0 commit comments