mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -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,3 +1,4 @@
|
||||||
|
dataclasses
|
||||||
django
|
django
|
||||||
base32-crockford
|
base32-crockford
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -38,6 +38,7 @@ setuptools.setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"base32-crockford==0.3.0",
|
"base32-crockford==0.3.0",
|
||||||
"django==2.2",
|
"django==2.2",
|
||||||
|
"dataclasses==0.6",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue