Fix typo in requirements.txt

This commit is contained in:
Oleksii Shevchuk 2019-02-19 22:33:59 +02:00
parent 7654d2659c
commit 6d5225c1ee
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ python -m pip install --upgrade \
scapy colorama pyOpenSSL python-xlib msgpack-python \
u-msgpack-python poster dnslib pyxattr pylibacl python-prctl \
https://github.com/CoreSecurity/impacket/archive/master.zip \
zeroconf=0.19.1 \
zeroconf==0.19.1 \
watchdog pulsectl pyalsaaudio pycryptodomex==3.7.0 --no-binary :all:
CFLAGS="$CFLAGS -DDUK_DOUBLE_INFINITY=\"(1.0 / 0.0)\"" \