Skip to content

Commit 0f94da7

Browse files
author
Dorothy Chen
committed
update requirements.pypy.txt
1 parent 79bf71e commit 0f94da7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/uploads/
44
/test_inputs/
55
convert_func_list.py
6-
*.txt
76
*.lprof
87
*.swp
98
*.log

requirements.pypy.txt

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
beautifulsoup4==4.4.1
2+
capstone==3.0.4
3+
cffi==1.7.0
4+
click==6.6
5+
construct==2.5.2
6+
enum34==1.1.6
7+
Flask==0.11.1
8+
Flask-Assets==0.11
9+
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

Comments
 (0)