8000 fix requirements for travis · Dao258/wp-api-python@76eccf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76eccf8

Browse files
author
derwentx
committed
fix requirements for travis
1 parent 23a574e commit 76eccf8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
six==1.11.0
2-
Twisted==18.7.0
3-
ordereddict==1.1
4-
requests_oauthlib==1.0.0
5-
pathlib2==2.3.2
6-
setuptools==40.0.0
7-
funcsigs==1.0.2
8-
requests==2.19.1
9-
zope.interface==4.5.0
10-
more_itertools==4.2.0
11-
colorama==0.3.9
12-
atomicwrites==1.1.5
13-
numpy==1.13.3
14-
argcomplete==1.9.4
15-
beautifulsoup4==4.6.3
16-
zope==4.0b6
1+
six
2+
Twisted
3+
ordereddict
4+
requests_oauthlib
5+
pathlib2
6+
setuptools
7+
funcsigs
8+
requests
9+
zope.interface
10+
more_itertools
11+
colorama
12+
atomicwrites
13+
numpy
14+
argcomplete
15+
beautifulsoup4
16+
zope

0 commit comments

Comments
 (0)
0