mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-18 20:47:58 +00:00
fix: openmtc-gevent/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
This commit is contained in:
parent
db06cd73bd
commit
eef3d0415b
@ -1 +0,0 @@
|
|||||||
dependencies.txt
|
|
27
openmtc-gevent/requirements.txt
Normal file
27
openmtc-gevent/requirements.txt
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Don't install via the operating system's package manager
|
||||||
|
# Install all dependencies via the "pip" tool
|
||||||
|
# e.g. $ sudo pip install urllib3
|
||||||
|
# or $ sudo pip install --requirement dependencies.txt
|
||||||
|
|
||||||
|
urllib3
|
||||||
|
gevent>=1.1
|
||||||
|
iso8601>=0.1.5
|
||||||
|
werkzeug>=0.9
|
||||||
|
funcy
|
||||||
|
netifaces
|
||||||
|
decorator
|
||||||
|
mimeparse
|
||||||
|
gevent_websocket
|
||||||
|
python_socketio>=1.7.5
|
||||||
|
flask
|
||||||
|
geventhttpclient
|
||||||
|
enum34
|
||||||
|
blist
|
||||||
|
simplejson
|
||||||
|
ujson
|
||||||
|
pymongo
|
||||||
|
paho-mqtt
|
||||||
|
coapthon
|
||||||
|
rdflib
|
||||||
|
yapps
|
||||||
|
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
Loading…
Reference in New Issue
Block a user