Skip to content

Commit

Permalink
install requires bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed May 27, 2024
1 parent c826201 commit 731f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
install_requires=[],
install_requires=["regex"],
extras_require={
"dev": ["pytest", "twine"],
},
Expand Down

0 comments on commit 731f834

Please sign in to comment.