mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
add dataclasses to requirements for python3.6
This commit is contained in:
parent
eb2b6978c3
commit
bf6a90f6b3
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -38,6 +38,7 @@ setuptools.setup(
|
|||
install_requires=[
|
||||
"base32-crockford==0.3.0",
|
||||
"django==2.2",
|
||||
"dataclasses==0.6",
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue