1
0
Fork 0
mirror of synced 2024-06-17 18:04:33 +12:00

add dataclasses to requirements for python3.6

This commit is contained in:
Nick Sweeting 2019-04-11 03:38:34 -04:00
parent eb2b6978c3
commit bf6a90f6b3
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
dataclasses
django
base32-crockford

View file

@ -38,6 +38,7 @@ setuptools.setup(
install_requires=[
"base32-crockford==0.3.0",
"django==2.2",
"dataclasses==0.6",
],
entry_points={
'console_scripts': [