Release 0.0.4
This commit is contained in:
parent
adc4ff9bb8
commit
df4c1a6f36
2 changed files with 6 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="libray",
|
||||
version="0.0.3",
|
||||
version="0.0.4",
|
||||
description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs',
|
||||
author="Nichlas Severinsen",
|
||||
author_email="ns@nsz.no",
|
||||
|
|
@ -14,7 +14,7 @@ setup(
|
|||
scripts=['libray/libray'],
|
||||
install_requires=[
|
||||
'tqdm==4.32.2',
|
||||
'pycrypto==2.6.1',
|
||||
'pycryptodome==3.9.8',
|
||||
'requests==2.22.0',
|
||||
'beautifulsoup4==4.7.1',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue