mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00: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,3 +1,4 @@
|
|||
dataclasses
|
||||
django
|
||||
base32-crockford
|
||||
|
||||
|
|
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…
Reference in a new issue