Initial parallelization attempt
This commit is contained in:
parent
12c05afa57
commit
35e49044f1
10 changed files with 321 additions and 143 deletions
8
setup.py
8
setup.py
|
|
@ -19,14 +19,16 @@ setup(
|
|||
author_email="ns@nsz.no",
|
||||
url="https://notabug.org/necklace/libray",
|
||||
packages=['libray'],
|
||||
scripts=['libray/libray'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'libray=libray.libray:main',
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
'tqdm~=4.66.2',
|
||||
'pycryptodome~=3.20.0',
|
||||
'requests~=2.31.0',
|
||||
'beautifulsoup4~=4.12.3',
|
||||
'html5lib~=1.1',
|
||||
'setuptools~=69.1.1',
|
||||
],
|
||||
include_package_data=True,
|
||||
package_data={'': ['data/keys.db']},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue