Skip to content

Commit

Permalink
cleanup: removed docopt from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jan 4, 2024
1 parent ec6bffc commit b430c84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ contextlib2==21.6.0
contourpy==1.1.0
cycler==0.11.0
data-science-types==0.2.23
docopt==0.6.2
extrap==4.0.3
fonttools==4.42.1
grapheme==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
long_description_content_type="text/markdown",
install_requires=[
"contextlib2>=0.5.5",
"docopt>=0.6.2",
"argparse",
"extrap",
"jsonpickle",
"jsons",
Expand Down

0 comments on commit b430c84

Please sign in to comment.