Skip to content

Commit fe04e1c

Browse files
authored
Merge pull request #346 from yurivict/master
'typing' requirement is only for python<3.5
2 parents 1617257 + caeff87 commit fe04e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gensim>=0.12.3 # LDA's show topics unified in 0.12.3
77
setuptools-git
88
Orange3>=3.4.3
99
tweepy
10-
typing # required for Py3.4
10+
typing ; python_version < '3.5'
1111
beautifulsoup4
1212
simhash
1313
wikipedia

0 commit comments

Comments
 (0)