Skip to content

Commit 3973ea8

Browse files
authored
Merge pull request liangliangyy#304 from liangliangyy/dev
升级依赖
2 parents c52f343 + 7b7fa15 commit 3973ea8

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
appdirs==1.4.3
22
asn1crypto==0.24.0
33
astroid==2.2.5
4+
attrs==19.1.0
45
bottle==0.12.17
56
certifi==2019.6.16
67
cffi==1.12.3
78
chardet==3.0.4
8-
coverage==4.5.3
9+
coverage==4.5.4
910
cryptography==2.7
10-
Django==2.2.3
11+
Django==2.2.4
1112
django-appconf==1.0.3
12-
django-autoslug==1.9.4
13+
django-autoslug==1.9.6
1314
django-compressor==2.3
1415
django-debug-toolbar==2.0
1516
django-haystack==2.8.1
1617
django-ipware==2.1.0
17-
django-mdeditor==0.1.14
18+
django-mdeditor==0.1.16
1819
django-uuslug==1.1.8
1920
elasticsearch==7.0.0
2021
elasticsearch-dsl==7.0.0
@@ -29,17 +30,17 @@ mccabe==0.6.1
2930
mistune==0.8.4
3031
mysqlclient==1.4.2.post1
3132
olefile==0.46
32-
packaging==19.0
33-
Pillow==6.0.0
33+
packaging==19.1
34+
Pillow==6.1.0
3435
pycparser==2.19
3536
Pygments==2.4.2
3637
pylint==2.3.1
37-
pyparsing==2.4.0
38+
pyparsing==2.4.2
3839
python-dateutil==2.8.0
3940
python-logstash==0.4.6
4041
python-memcached==1.59
41-
python-slugify==3.0.2
42-
pytz==2019.1
42+
python-slugify==3.0.3
43+
pytz==2019.2
4344
raven==6.10.0
4445
rcssmin==1.0.6
4546
requests==2.22.0

travis_test/requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
appdirs==1.4.3
22
asn1crypto==0.24.0
33
astroid==2.2.5
4+
attrs==19.1.0
45
bottle==0.12.17
56
certifi==2019.6.16
67
cffi==1.12.3
78
chardet==3.0.4
8-
coverage==4.5.3
9+
coverage==4.5.4
910
cryptography==2.7
10-
Django==2.2.3
11+
Django==2.2.4
1112
django-appconf==1.0.3
12-
django-autoslug==1.9.4
13+
django-autoslug==1.9.6
1314
django-compressor==2.3
1415
django-debug-toolbar==2.0
1516
django-haystack==2.8.1
1617
django-ipware==2.1.0
17-
django-mdeditor==0.1.14
18+
django-mdeditor==0.1.16
1819
django-uuslug==1.1.8
1920
elasticsearch==7.0.0
2021
elasticsearch-dsl==7.0.0
@@ -29,16 +30,17 @@ mccabe==0.6.1
2930
mistune==0.8.4
3031
mysqlclient==1.4.2.post1
3132
olefile==0.46
32-
packaging==19.0
33-
Pillow==6.0.0
33+
packaging==19.1
34+
Pillow==6.1.0
3435
pycparser==2.19
3536
Pygments==2.4.2
3637
pylint==2.3.1
37-
pyparsing==2.4.0
38+
pyparsing==2.4.2
3839
python-dateutil==2.8.0
3940
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
4244
raven==6.10.0
4345
rcssmin==1.0.6
4446
requests==2.22.0

travis_test/travis_settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
'USER': 'travis',
88
'PASSWORD': '',
99
'HOST': '127.0.0.1',
10-
# 'HOST': '192.168.1.120',
11-
# 'USER': 'root',
12-
# 'PASSWORD': 'root',
1310
'PORT': 3306,
1411
}
1512
}

0 commit comments

Comments
 (0)