We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bf71e commit 0f94da7Copy full SHA for 0f94da7
.gitignore
@@ -3,7 +3,6 @@
3
/uploads/
4
/test_inputs/
5
convert_func_list.py
6
-*.txt
7
*.lprof
8
*.swp
9
*.log
requirements.pypy.txt
@@ -0,0 +1,23 @@
1
+beautifulsoup4==4.4.1
2
+capstone==3.0.4
+cffi==1.7.0
+click==6.6
+construct==2.5.2
+enum34==1.1.6
+Flask==0.11.1
+Flask-Assets==0.11
+greenlet==0.4.9
10
+gunicorn==19.6.0
11
+hurry.filesize==0.9
12
+itsdangerous==0.24
13
+Jinja2==2.8
14
+lxml==3.6.0
15
+MarkupSafe==0.23
16
+pathlib==1.0.1
17
+-e git+https://github.com/eliben/pyelftools.git@5d3b1545df30d4bc3a6cfa8741b1f08cb6bf204b#egg=pyelftools
18
+pyparsing==2.1.5
19
+pyScss==1.3.5
20
+readline==6.2.4.1
21
+six==1.10.0
22
+webassets==0.11.1
23
+Werkzeug==0.11.10
0 commit comments