Skip to content

Commit

Permalink
Merge pull request #536 from ebu/issue-533-fix-nltk-dependency
Browse files Browse the repository at this point in the history
- Fix nltk dependency
- Fix Pytest-BDD dependency
  • Loading branch information
spoeschel committed Sep 17, 2020
2 parents a8d18ab + 6e50903 commit 4d5893a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sphinx-autobuild
sphinxcontrib-plantuml
recommonmark
sphinx-rtd-theme
pytest-bdd
pytest-bdd<3.3.0
pytest-cov
pytest-mock
pytest-twisted
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 @@
"service_identity",
"twisted",
"autobahn<18",
"nltk",
"nltk<3.5",
"sortedcontainers",
"configman",
"six",
Expand Down

0 comments on commit 4d5893a

Please sign in to comment.