Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepjohnson committed Jun 17, 2021
1 parent dda3231 commit 2f33c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cltk"
version = "1.0.15"
version = "1.0.16"
description = "The Classical Language Toolkit"
license = "MIT"
authors = ["Kyle P. Johnson <kyle@kyle-p-johnson.com>", "Patrick J. Burns <patrick@diyclassics.org>", "John Stewart <johnstewart@aya.yale.edu>", "Todd Cook <todd.g.cook@gmail.com>", "Clément Besnier <https://github.com/clemsciences>", "William J. B. Mattingly <https://github.com/wjbmattingly>"]
Expand Down Expand Up @@ -39,7 +39,7 @@ gensim = "^3.8.1"
boltons = "^20.0.0"
greek-accentuation = "^1.2.0"
python-Levenshtein = "^0.12.0"
stanza = "^1.0.0"
stanza = "1.1.1"
nltk = "^3.5"
stringcase = "^1.2"
spacy = "^2.3.5"
Expand Down

0 comments on commit 2f33c36

Please sign in to comment.