We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f9c1e commit 87be339Copy full SHA for 87be339
requirements.txt
@@ -3,5 +3,5 @@ marisa-trie==0.7.*
3
nltk==3.4.*
4
pytz==2019.2
5
requests==2.22.*
6
-tinydb==3.13.*
7
-tqdm==4.35.*
+tinydb==3.14.*
+tqdm==4.36.*
setup.py
@@ -23,12 +23,12 @@
23
"""
24
25
requirements = [
26
- "dill=>0.3.*,<1",
27
- "marisa-trie=>0.7.*,<1",
28
- "nltk=>3.4.*,<4",
29
- "requests=>2.22.*,<3",
30
- "tinydb=>3.13.*,<4",
31
- "tqdm=>4.35.*,<5",
+ "dill=>0.3.0,<1",
+ "marisa-trie=>0.7.5,<1",
+ "nltk=>3.4.5,<4",
+ "requests=>2.22.0,<3",
+ "tinydb=>3.13.0,<4",
+ "tqdm=>4.35.0,<5",
32
]
33
34
extras = {
0 commit comments