Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Require specific python pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Jan 19, 2020
1 parent 1646cca commit 70e32b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo-agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
packages=find_packages(where='src'),
install_requires=[
'scapy',
'cbor2',
'crcmod',
'PyGObject', # glib integration
'scapy >=2.4',
'cbor2 >=4.1,<4.2',
'crcmod >=1.7',
'PyGObject >=3.34', # glib integration
],
extras_require={},

Expand Down

0 comments on commit 70e32b3

Please sign in to comment.