diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2019-05-10 12:55:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-10 12:55:39 +0200 |
| commit | 142fb3411317e6ce63e9c3f9154530d9e65c9664 (patch) | |
| tree | 85395ec9cadbc49b3ff037f1cf6f7a87a7f33316 | |
| parent | c922e7067018a8ec13082fa9a268f70b026b0ad7 (diff) | |
| parent | acd21bb228583ad85f1dcb6b4bbc2e5ecd47737f (diff) | |
| download | miasm-142fb3411317e6ce63e9c3f9154530d9e65c9664.tar.gz miasm-142fb3411317e6ce63e9c3f9154530d9e65c9664.zip | |
Merge pull request #1037 from commial/refactor/requirements.txt
Move "llvmlite" to optional requirements
| -rw-r--r-- | optional_requirements.txt | 1 | ||||
| -rw-r--r-- | requirements.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/optional_requirements.txt b/optional_requirements.txt index d6a28948..88d09170 100644 --- a/optional_requirements.txt +++ b/optional_requirements.txt @@ -1,2 +1,3 @@ pycparser z3-solver==4.5.1.0 +llvmlite==0.26.0 diff --git a/requirements.txt b/requirements.txt index 135ca071..eb542916 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ pyparsing future -llvmlite==0.26.0 |