Cleanup redondant/useless requirements
This commit is contained in:
parent
d12e232a6f
commit
c2df85c751
8 changed files with 3 additions and 35 deletions
|
@ -38,12 +38,5 @@ setup(
|
|||
"pytz",
|
||||
"requests",
|
||||
],
|
||||
extras_require={
|
||||
"prod": [],
|
||||
"dev": [
|
||||
"mypy",
|
||||
"pylint",
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue