redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.85k stars 126 forks source link

Release: 3.2.0 #361

Closed EdwardLarson closed 1 year ago

EdwardLarson commented 1 year ago

Added

Changed

Fixed

whyitfor commented 1 year ago

Right now the dependencies are:

install_requires=[
        "ofrak_io>=1.0,==1.*",
        "ofrak_type>=2.2.0rc0,==2.*",
        "ofrak_patch_maker>=4.0.1rc0,==4.*",
    ]

Is there a reason these can't be >= to the currently released versions of these packages?