Skip to content

Commit 5f56a39

Browse files
committed
removed some dependencies
1 parent 906235c commit 5f56a39

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

requirements.txt

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
appdirs==1.4.3
1+
# appdirs==1.4.3
22
# apturl==0.5.2
3-
attrs==19.3.0
4-
awscli==1.18.69
5-
backoff==2.2.1
6-
bcrypt==3.1.7
3+
# attrs==19.3.0
4+
# awscli==1.18.69
5+
# backoff==2.2.1
6+
# bcrypt==3.1.7
77
# bleach==6.0.0
8-
blinker==1.4
8+
# blinker==1.4
99
# botocore==1.16.19
1010
# Brlapi==0.7.0
11-
cached-property==1.5.1
12-
casttube==0.2.1
13-
certifi==2019.11.28
14-
chardet==3.0.4
11+
# cached-property==1.5.1
12+
# casttube==0.2.1
13+
# certifi==2019.11.28
14+
# chardet==3.0.4
1515
# chrome-gnome-shell==0.0.0
1616
# Click==8.1.3
17-
colorama==0.4.3
17+
# colorama==0.4.3
1818
# command-not-found==0.3
1919
# cryptography==2.8
2020
# cupshelpers==1.0
@@ -28,14 +28,14 @@ distro==1.4.0
2828
docker==4.1.0
2929
# docker-compose==1.25.0
3030
dockerpty==0.4.1
31-
docopt==0.6.2
31+
# docopt==0.6.2
3232
# docutils==0.16
3333
# duplicity==0.8.12.0
3434
entrypoints==0.3
35-
fasteners==0.14.1
35+
# fasteners==0.14.1
3636
# filelock==3.0.12
3737
# Flask==2.2.2
38-
fluent==0.10.0
38+
# fluent==0.10.0
3939
fluent-logger==0.10.0
4040
# future==0.18.2
4141
googleapis-common-protos==1.58.0
@@ -48,23 +48,23 @@ grpcio==1.51.1
4848
# itsdangerous==1.1.0
4949
# Jinja2==3.1.2
5050
# jmespath==0.9.4
51-
jsonschema==3.2.0
52-
keyring==18.0.1
51+
# jsonschema==3.2.0
52+
# keyring==18.0.1
5353
# language-selector==0.1
54-
launchpadlib==1.10.13
54+
# launchpadlib==1.10.13
5555
# lazr.restfulclient==0.14.2
5656
# lazr.uri==1.0.3
57-
lockfile==0.12.2
57+
# lockfile==0.12.2
5858
# louis==3.12.0
59-
macaroonbakery==1.3.1
59+
# macaroonbakery==1.3.1
6060
# Mako==1.1.0
6161
# markdown-it-py==2.1.0
6262
# f==2.1.2
6363
# mdurl==0.1.2
6464
# middleware-apm==0.1.23
65-
monotonic==1.5
65+
# monotonic==1.5
6666
# more-itertools==4.2.0
67-
msgpack==1.0.4
67+
# msgpack==1.0.4
6868
# netifaces==0.10.4
6969
# nftables==0.1
7070
# nose==1.3.7
@@ -105,41 +105,41 @@ opentelemetry-util-http==0.36b0
105105
# pyrsistent==0.15.5
106106
# python-apt==2.0.0+ubuntu0.20.4.8
107107
# python-dateutil==2.7.3
108-
pytz==2019.3
108+
# pytz==2019.3
109109
# pyxattr==0.6.1
110-
pyxdg==0.26
110+
# pyxdg==0.26
111111
PyYAML==5.3.1
112-
readme-renderer==37.3
112+
# readme-renderer==37.3
113113
# MarkupSafe==2.1.2
114114
# reportlab==3.5.34
115115
requests==2.22.0
116116
# requests-toolbelt==0.10.1
117117
# requests-unixsocket==0.2.0
118-
rfc3986==2.0.0
119-
rich==13.2.0
118+
# rfc3986==2.0.0
119+
# rich==13.2.0
120120
# roman==2.0.0
121121
# rsa==4.0
122122
# s3transfer==0.3.3
123-
SecretStorage==2.3.1
123+
# SecretStorage==2.3.1
124124
# selinux==3.0
125-
simplejson==3.16.0
125+
# simplejson==3.16.0
126126
# sip==4.19.21
127127
# six==1.14.0
128128
# slip==0.6.5
129129
# slip.dbus==0.6.5
130130
# sos==4.3
131131
# SQLAlchemy==1.4.39
132-
sqlparse==0.4.2
132+
# sqlparse==0.4.2
133133
# ssh-import-id==5.10
134134
# systemd-python==234
135135
# tenacity==8.0.1
136136
# testresources==2.0.1
137137
# texttable==1.6.2
138-
threadloop==1.0.2
138+
# threadloop==1.0.2
139139
thrift==0.16.0
140140
# tornado==6.2
141141
# twine==4.0.1
142-
typing-extensions==4.3.0
142+
# typing-extensions==4.3.0
143143
# ubuntu-advantage-tools==27.10
144144
# ubuntu-drivers-common==0.0.0
145145
# ufw==0.36
@@ -151,7 +151,7 @@ virtualenv==20.0.17
151151
webencodings==0.5.1
152152
websocket-client==0.53.0
153153
# Werkzeug==2.2.2
154-
wrapt==1.14.1
154+
# wrapt==1.14.1
155155
# xkit==0.0.0
156156
# yarg==0.1.9
157157
# youtube-dl==2020.3.24

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setuptools.setup(
88

99
name="middleware-apm",
10-
version="0.1.36",
10+
version="0.1.37",
1111
install_requires=requirements,
1212
author="middleware-dev",
1313
description="This package is use to check the RAM and CPU Usage of Current Device.",

0 commit comments

Comments
 (0)