-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathrequirements-dev.txt
45 lines (41 loc) · 1.17 KB
/
requirements-dev.txt
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
#######################################################
### Include ###
#######################################################
-r requirements.txt
#######################################################
### Development ###
#######################################################
werkzeug==0.11.11
flake8==3.4.1
configparser==3.5.0
pycodestyle==2.3.1
pyflakes==1.5.0
mccabe==0.6.1
coverage==4.2
netifaces==0.10.5
enum34==1.1.6
pipdeptree
#######################################################
### Celery debugging ###
#######################################################
flower==0.9.2
backports.ssl-match-hostname==3.5.0.1
billiard==3.3.0.23
tornado==4.2
#######################################################
### Ipython & ipdb ###
#######################################################
ipdb==0.10.1
ipython==5.1.0
appnope==0.1.0
backports.shutil-get-terminal-size==1.0.0
decorator==4.0.10
ipython-genutils==0.1.0
pathlib2==2.1.0
pexpect==4.2.1
pickleshare==0.7.4
prompt-toolkit==1.0.7
ptyprocess==0.5.1
traitlets==4.3.0
wcwidth==0.1.7
Pygments==2.1.3