diff options
| author | Ajax <commial@gmail.com> | 2019-05-09 10:55:15 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2019-05-09 10:55:15 +0200 |
| commit | acd21bb228583ad85f1dcb6b4bbc2e5ecd47737f (patch) | |
| tree | fb626fc8c8f67c7ff7860460c701e6d975b20b4c | |
| parent | 82ec0ab9b24553c894540bb1f560df2cf062679b (diff) | |
| download | miasm-acd21bb228583ad85f1dcb6b4bbc2e5ecd47737f.tar.gz miasm-acd21bb228583ad85f1dcb6b4bbc2e5ecd47737f.zip | |
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 |