|
70 | 70 | "pattern.text.en", |
71 | 71 | "pattern.text.en.wordlist", |
72 | 72 | "pattern.text.en.wordnet", |
| 73 | + "pattern.text.ru", |
| 74 | + "pattern.text.ru.wordlist", |
73 | 75 | "pattern.text.es", |
74 | 76 | "pattern.text.fr", |
75 | 77 | "pattern.text.it", |
|
87 | 89 | "pattern.text.en" : ["*.txt", "*.xml", "*.slp"], |
88 | 90 | "pattern.text.en.wordlist": ["*.txt"], |
89 | 91 | "pattern.text.en.wordnet" : ["*.txt", "dict/*"], |
| 92 | + "pattern.text.ru": ["*.txt", "*.xml", "*.slp"], |
| 93 | + "pattern.text.ru.wordlist": ["*.txt"], |
90 | 94 | "pattern.text.es" : ["*.txt", "*.xml"], |
91 | 95 | "pattern.text.fr" : ["*.txt", "*.xml"], |
92 | 96 | "pattern.text.it" : ["*.txt", "*.xml"], |
|
118 | 122 | "Operating System :: OS Independent", |
119 | 123 | "Programming Language :: JavaScript", |
120 | 124 | "Programming Language :: Python", |
121 | | - "Programming Language :: Python 2", |
| 125 | + "Programming Language :: Python :: 2", |
122 | 126 | "Programming Language :: Python :: 2.7", |
123 | | - "Programming Language :: Python 3", |
| 127 | + "Programming Language :: Python :: 3", |
124 | 128 | "Programming Language :: Python :: 3.6", |
125 | 129 | "Topic :: Internet :: WWW/HTTP :: Indexing/Search", |
126 | 130 | "Topic :: Multimedia :: Graphics", |
|
142 | 146 | "scipy", |
143 | 147 | "nltk", |
144 | 148 | "python-docx", |
145 | | - "cherrypy" |
| 149 | + "cherrypy", |
| 150 | + "requests" |
146 | 151 | ], |
147 | 152 | zip_safe = False |
148 | 153 | ) |
0 commit comments