Skip to content

Commit

Permalink
setup.py: remove Opcodes version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Dukhan committed Feb 6, 2018
1 parent 29a9084 commit 84f0f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(self):
"Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Libraries"
],
setup_requires=["Opcodes==0.3.14", "six"],
setup_requires=["Opcodes", "six"],
install_requires=["six", "enum34"],
cmdclass={
"build": BuildGenerateInstructions,
Expand Down

0 comments on commit 84f0f1a

Please sign in to comment.