Skip to content

Commit 2c4eeb8

Browse files
committed
Packages added: mmh3, bitarray (for bloom filter)(the latter is a C extension)
1 parent 5f93f86 commit 2c4eeb8

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

requirements.txt

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,74 @@ uncompyle6==3.6.1
140140
wdb==3.3.0
141141
wdb.server==3.3.0
142142
xdis==4.2.2
143+
appdirs==1.4.3
144+
attrs==19.3.0
145+
bitarray==1.2.1
146+
black==19.3b0
147+
Click==7.0
148+
colorama==0.4.3
149+
crayons==0.3.0
150+
cycler==0.10.0
151+
decorator==4.4.1
152+
entrypoints==0.3
153+
flake8==3.7.8
154+
importmagic3==0.2.0
155+
jedi==0.15.2
156+
kiwisolver==1.1.0
157+
log-colorizer==1.8.6
158+
matplotlib==3.1.2
159+
mccabe==0.6.1
160+
networkx==2.4
161+
numpy==1.18.1
162+
parso==0.5.2
163+
psutil==5.6.7
164+
pycodestyle==2.5.0
165+
pyflakes==2.1.1
166+
pyparsing==2.4.6
167+
python-dateutil==2.8.1
168+
python-magic==0.4.15
169+
six==1.13.0
170+
spark-parser==1.8.9
171+
toml==0.10.0
172+
tornado==5.1.1
173+
tornado-systemd==1.0.1
174+
uncompyle6==3.6.1
175+
wdb==3.3.0
176+
wdb.server==3.3.0
177+
xdis==4.2.2
178+
appdirs==1.4.3
179+
attrs==19.3.0
180+
bitarray==1.2.1
181+
black==19.3b0
182+
Click==7.0
183+
colorama==0.4.3
184+
crayons==0.3.0
185+
cycler==0.10.0
186+
decorator==4.4.1
187+
entrypoints==0.3
188+
flake8==3.7.8
189+
importmagic3==0.2.0
190+
jedi==0.15.2
191+
kiwisolver==1.1.0
192+
log-colorizer==1.8.6
193+
matplotlib==3.1.2
194+
mccabe==0.6.1
195+
mmh3==2.5.1
196+
networkx==2.4
197+
numpy==1.18.1
198+
parso==0.5.2
199+
psutil==5.6.7
200+
pycodestyle==2.5.0
201+
pyflakes==2.1.1
202+
pyparsing==2.4.6
203+
python-dateutil==2.8.1
204+
python-magic==0.4.15
205+
six==1.13.0
206+
spark-parser==1.8.9
207+
toml==0.10.0
208+
tornado==5.1.1
209+
tornado-systemd==1.0.1
210+
uncompyle6==3.6.1
211+
wdb==3.3.0
212+
wdb.server==3.3.0
213+
xdis==4.2.2

0 commit comments

Comments
 (0)