Fix for issue #665. Synching requirements.txt versions with various skills- repos as a stopgap.
parent
96332ac77c
commit
eff7b1bc6f
|
@ -2,7 +2,7 @@ shortuuid==0.4.3
|
||||||
pystache==0.5.4
|
pystache==0.5.4
|
||||||
configobj==5.0.6
|
configobj==5.0.6
|
||||||
wikipedia==1.4.0
|
wikipedia==1.4.0
|
||||||
requests==2.12.5
|
requests==2.13.0
|
||||||
pyOpenSSL==16.0.0
|
pyOpenSSL==16.0.0
|
||||||
ndg-httpsclient==0.4.0
|
ndg-httpsclient==0.4.0
|
||||||
pyasn1==0.1.9
|
pyasn1==0.1.9
|
||||||
|
@ -16,12 +16,12 @@ SpeechRecognition==3.1.3
|
||||||
tornado==4.2.1
|
tornado==4.2.1
|
||||||
websocket-client==0.32.0
|
websocket-client==0.32.0
|
||||||
adapt-parser==0.3.0
|
adapt-parser==0.3.0
|
||||||
pyowm==2.2.1
|
pyowm==2.6.1
|
||||||
wolframalpha==1.4
|
wolframalpha==3.0
|
||||||
futures==3.0.3
|
futures==3.0.3
|
||||||
requests-futures==0.9.5
|
requests-futures==0.9.5
|
||||||
astral==0.9
|
astral==1.4
|
||||||
tzlocal==1.2
|
tzlocal==1.3
|
||||||
parsedatetime==1.5
|
parsedatetime==1.5
|
||||||
pdoc==0.3.2
|
pdoc==0.3.2
|
||||||
pyyaml==3.11
|
pyyaml==3.11
|
||||||
|
@ -29,9 +29,9 @@ feedparser==5.2.1
|
||||||
pyalsaaudio==0.8.2
|
pyalsaaudio==0.8.2
|
||||||
xmlrunner==1.7.7
|
xmlrunner==1.7.7
|
||||||
pyserial==3.0
|
pyserial==3.0
|
||||||
netifaces==0.10.4
|
netifaces==0.10.5
|
||||||
pyjokes==0.5.0
|
pyjokes==0.5.0
|
||||||
psutil==4.1.0
|
psutil==5.2.1
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
multi_key_dict==2.0.3
|
multi_key_dict==2.0.3
|
||||||
pocketsphinx==0.1.0
|
pocketsphinx==0.1.0
|
||||||
|
@ -40,3 +40,5 @@ pyroute2==0.4.5
|
||||||
urllib5==5.0.0
|
urllib5==5.0.0
|
||||||
pyric==0.1.6
|
pyric==0.1.6
|
||||||
inflection==0.3.1
|
inflection==0.3.1
|
||||||
|
uuid==1.30
|
||||||
|
pytz==2017.2
|
Loading…
Reference in New Issue