-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
34 lines (34 loc) · 779 Bytes
/
requirements.txt
File metadata and controls
34 lines (34 loc) · 779 Bytes
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
#GUI automation
atomac==1.1.0; sys_platform == 'darwin'
pywinauto; sys_platform == 'windows'
# for screenshots of tests
Pillow==2.7.0
#Pillow==3.3.0 #this version fails, requires jpg
pyscreeze==0.1.0
# collect coverage of tests:
coverage==4.1
docutils==0.12
#hashlib==20081119
logilab-astng==0.23.1
logilab-common==0.57.1
# unit tests:
nose==1.3.7
# to pass nose params in the cmd-line:
nose-testconfig==0.10
pinocchio==0.4.2
pycrypto==2.6.1
pylint==1.5.6
python-dateutil==2.5.3
pytz==2016.4
six==1.10.0
ssh==1.8.0
#wsgiref==0.1.2 # not needed, we are not running gunicorn
yolk==0.4.3
Werkzeug==0.11.10
#Cython==0.21.1
#gevent==1.1.1 # not needed, we are not running gunicorn
bottle==0.12.9
# for rest-testing a bottle app:
bottle-werkzeug==0.1
# JS integration
PyExecJS==1.1.0