File tree Expand file tree Collapse file tree 5 files changed +144
-1
lines changed
Expand file tree Collapse file tree 5 files changed +144
-1
lines changed Original file line number Diff line number Diff line change 1919 run : |
2020 python -m pip install --upgrade pip
2121 pip install setuptools wheel twine
22+ pip install -r requirements.txt
2223 - name : Build and publish
2324 env :
2425 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 1+ apmpython==0.1.11
2+ appdirs==1.4.3
3+ apturl==0.5.2
4+ attrs==19.3.0
5+ awscli==1.18.69
6+ bcrypt==3.1.7
7+ blinker==1.4
8+ botocore==1.16.19
9+ Brlapi==0.7.0
10+ cached-property==1.5.1
11+ certifi==2019.11.28
12+ chardet==3.0.4
13+ chrome-gnome-shell==0.0.0
14+ Click==7.0
15+ colorama==0.4.3
16+ command-not-found==0.3
17+ cryptography==2.8
18+ cupshelpers==1.0
19+ dbus-python==1.2.16
20+ decorator==4.4.2
21+ defer==1.0.6
22+ Deprecated==1.2.13
23+ distlib==0.3.0
24+ distro==1.4.0
25+ distro-info===0.23ubuntu1
26+ docker==4.1.0
27+ docker-compose==1.25.0
28+ dockerpty==0.4.1
29+ docopt==0.6.2
30+ docutils==0.16
31+ duplicity==0.8.12.0
32+ entrypoints==0.3
33+ fasteners==0.14.1
34+ filelock==3.0.12
35+ Flask==1.1.1
36+ fluent==0.10.0
37+ future==0.18.2
38+ httplib2==0.14.0
39+ idna==2.8
40+ ifaddr==0.1.6
41+ importlib-metadata==1.5.0
42+ itsdangerous==1.1.0
43+ Jinja2==2.10.1
44+ jmespath==0.9.4
45+ jsonschema==3.2.0
46+ keyring==18.0.1
47+ language-selector==0.1
48+ launchpadlib==1.10.13
49+ lazr.restfulclient==0.14.2
50+ lazr.uri==1.0.3
51+ lockfile==0.12.2
52+ louis==3.12.0
53+ macaroonbakery==1.3.1
54+ Mako==1.1.0
55+ MarkupSafe==1.1.0
56+ -e git+https://github.com/middleware-labs/agent-apm-python.git@ce2c0543dff90d4799f9c5eb6ce047e6584303a7#egg=middleware_apm
57+ monotonic==1.5
58+ more-itertools==4.2.0
59+ netifaces==0.10.4
60+ nftables==0.1
61+ nose==1.3.7
62+ oauthlib==3.1.0
63+ olefile==0.46
64+ opentelemetry-api==1.15.0
65+ opentelemetry-sdk==1.15.0
66+ opentelemetry-semantic-conventions==0.36b0
67+ paramiko==2.6.0
68+ pexpect==4.6.0
69+ Pillow==7.0.0
70+ progressbar==2.5
71+ protobuf==3.6.1
72+ psutil==5.5.1
73+ pyasn1==0.4.2
74+ pycairo==1.16.2
75+ PyChromecast==4.1.0
76+ pycups==1.9.73
77+ Pygments==2.3.1
78+ PyGObject==3.36.0
79+ pyinotify==0.9.6
80+ PyJWT==1.7.1
81+ pymacaroons==0.13.0
82+ PyNaCl==1.3.0
83+ pyOpenSSL==19.0.0
84+ PyQt5==5.14.1
85+ PyQtWebEngine==5.14.0
86+ pyRFC3339==1.1
87+ pyrsistent==0.15.5
88+ python-apt==2.0.0+ubuntu0.20.4.8
89+ python-dateutil==2.7.3
90+ pytz==2019.3
91+ pyxattr==0.6.1
92+ pyxdg==0.26
93+ PyYAML==5.3.1
94+ reportlab==3.5.34
95+ requests==2.22.0
96+ requests-unixsocket==0.2.0
97+ roman==2.0.0
98+ rsa==4.0
99+ s3transfer==0.3.3
100+ SecretStorage==2.3.1
101+ selinux==3.0
102+ simplejson==3.16.0
103+ sip==4.19.21
104+ six==1.14.0
105+ slip==0.6.5
106+ slip.dbus==0.6.5
107+ sos==4.3
108+ SQLAlchemy==1.4.39
109+ sqlparse==0.4.2
110+ ssh-import-id==5.10
111+ systemd-python==234
112+ tenacity==8.0.1
113+ testresources==2.0.1
114+ texttable==1.6.2
115+ threadloop==1.0.2
116+ thrift==0.16.0
117+ tornado==6.2
118+ twine==4.0.1
119+ typing-extensions==4.3.0
120+ ubuntu-advantage-tools==27.10
121+ ubuntu-drivers-common==0.0.0
122+ ufw==0.36
123+ unattended-upgrades==0.1
124+ urllib3==1.26.12
125+ vboxapi==1.0
126+ virtualenv==20.0.17
127+ wadllib==1.3.3
128+ webencodings==0.5.1
129+ websocket-client==0.53.0
130+ Werkzeug==2.2.2
131+ wrapt==1.14.1
132+ xkit==0.0.0
133+ yarg==0.1.9
134+ youtube-dl==2020.3.24
135+ zeroconf==0.24.4
136+ zipp==1.0.0
Original file line number Diff line number Diff line change 33setuptools .setup (
44
55 name = "middleware-apm" ,
6- version = "0.1.18 " ,
6+ version = "0.1.19 " ,
77
88 author = "middleware-dev" ,
99 description = "This package is use to check the RAM and CPU Usage of Current Device." ,
Original file line number Diff line number Diff line change 1+ Subproject commit ce2c0543dff90d4799f9c5eb6ce047e6584303a7
Original file line number Diff line number Diff line change 1+ This file is placed here by pip to indicate the source was put
2+ here by pip.
3+
4+ Once this package is successfully installed this source code will be
5+ deleted (unless you remove this file).
You can’t perform that action at this time.
0 commit comments