Skip to content

Commit

Permalink
Fixes #409: limit installation of enum to python<3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Jan 22, 2019
1 parent 27ee37f commit 10ce484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/MISP/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cortexutils
pymisp
enum
enum;python_version<'3.4'
future;python_version<='2.7'

0 comments on commit 10ce484

Please sign in to comment.