forked from google/grr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
55 lines (55 loc) · 1.39 KB
/
requirements.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
46
47
48
49
50
51
52
53
54
55
# This is the main requirements.txt file that includes all python dependencies
# for the entire project. There are also client requirements files that are
# maintained independently to minimise the installs required to build the
# respective clients:
#
# - client/windows/requirements.txt
# - client/linux/requirements.txt (also used for OS X)
#
# Ideally *this* file would just contain server dependencies and use '-r' to
# import client dependencies. This is impossible since the same dependency
# cannot be listed more than once:
# https://github.com/pypa/pip/issues/56
#
# and we have multiple packages that are required in both the server and the
# client. So until pip can handle proper dependency resolution we'll maintain
# these separately. Please check if the client files need to be updated if you
# update this one.
Django==1.7.1
Flask-Sockets==0.1
Flask==0.10.1
Jinja2==2.7.3
MarkupSafe==0.23
PyYAML==3.11
Werkzeug==0.9.6
acora==1.8
argparse==1.3.0
binplist==0.1.4
codegen==1.0
distorm3==3.3.0
gevent-websocket==0.9.3
gevent==1.0.1
gnureadline==6.3.3
greenlet==0.4.5
ipaddr==2.1.11
ipython==2.3.1
itsdangerous==0.24
matplotlib==1.3.1
mock==1.0.1
mox==0.5.3
numpy==1.9.1
pandas==0.13.1
pexpect==3.3
psutil==2.1.3
pyaml==14.12.10
pycrypto==2.6.1
pyinstaller==2.1
pyelftools==0.23
python-dateutil==2.3
pytz==2014.10
rekall==1.2.0
selenium==2.44.0
six==1.8.0
urllib3==1.10
wsgiref==0.1.2
python-crontab==1.9.2