-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathsetup.py
44 lines (43 loc) · 936 Bytes
/
setup.py
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
from setuptools import setup
setup(
name='mkwutil',
version='0.0.1',
install_requires=[
'ansiwrap',
'atomicwrites',
'attrs',
'capstone',
'chardet',
'colorama',
'cxxfilt',
'DataProperty',
'dominate',
'flameprof',
'iniconfig',
'Jinja2',
'MarkupSafe',
'mbstrdecoder',
'ninja-syntax',
'packaging',
'pathvalidate',
'pluggy',
'ppcdis @ git+https://github.com/SeekyCt/ppcdis.git@c644c1c0abc1152cd931b4be7f51dfde6e67ab64',
'pre-commit',
'py',
'pyelftools',
'pyparsing',
'pytablewriter',
'pytest',
'python-dateutil',
'python-Levenshtein',
'pytz',
'six',
'tabledata',
'tcolorpy',
'termcolor',
'textwrap3',
'toml',
'typepy',
'watchdog',
],
)