Skip to content

Commit

Permalink
📝 Add dependency to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunsiels committed Jun 2, 2024
1 parent 192586b commit 1319fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx_rtd_theme
sphinx_rtd_theme
networkx
1 change: 1 addition & 0 deletions pyformlang/regular_expression/tests/test_python_regex.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_dot(self):
self.assertTrue(regex.accepts(["a", "*"]))
self.assertTrue(regex.accepts(["a", "+"]))
self.assertTrue(regex.accepts(["a", "$"]))
self._test_compare(".", "\n")

def test_dot_spaces(self):
regex = PythonRegex("a.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name='pyformlang',
version='1.0.9',
version='1.0.10',
#scripts=['pyformlang'] ,
author="Julien Romero",
author_email="romerojulien34@gmail.com",
Expand Down

0 comments on commit 1319fab

Please sign in to comment.