Skip to content

Commit

Permalink
Fix broken versions of package dependencies
Browse files Browse the repository at this point in the history
Fixes #971
Fixes #1154
Fixes #1160
  • Loading branch information
zachriggle committed May 30, 2018
1 parent 146348f commit 3615a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
install_requires = ['paramiko>=1.15.2',
'mako>=1.0.0',
'pyelftools>=0.2.4',
'capstone',
'capstone>=3.0.5rc2', # See Gallopsled/pwntools#971, Gallopsled/pwntools#1160
'ropgadget>=5.3',
'pyserial>=2.7',
'requests>=2.0',
Expand All @@ -58,6 +58,7 @@
'packaging',
'psutil>=3.3.0',
'intervaltree',
'sortedcontainers<=2.0.1', # See Gallopsled/pwntools#1154
'unicorn']

# Check that the user has installed the Python development headers
Expand Down

0 comments on commit 3615a74

Please sign in to comment.