File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1111__author__ = "Some Engineering Inc."
1212__license__ = "Apache 2.0"
1313__copyright__ = "Copyright © 2022 Some Engineering Inc."
14- __version__ = "0.4.1 "
14+ __version__ = "0.4.2 "
Original file line number Diff line number Diff line change 11# test dependencies
22pytest==7.2.0
33black==22.10.0
4- flake8==5 .0.4
5- mypy==0.982
6- tox==3.27.1
7- wheel= =0.38.4
8- coverage= =6.5.0
9- resoto-plugin-example-collector== 3.0.0rc4
4+ flake8>=6 .0.0
5+ mypy>=0.991
6+ tox>=4.0.3
7+ wheel> =0.38.4
8+ coverage> =6.5.0
9+ resoto-plugin-example-collector>= 3.0.0
Original file line number Diff line number Diff line change 11# Only list production dependencies. Everything else can be added to requirements-test.txt and requirements-dev.txt.
22
33# required for cloud2sql to run
4- SQLAlchemy == 2.0.0b3
5- PyYAML = =6.0
6- rich = =12.6.0
7- resotoclient = =1.2.1
4+ SQLAlchemy == 2.0.0b4
5+ PyYAML > =6.0
6+ rich > =12.6.0
7+ resotoclient > =1.2.1
88
99# bundle popular db drivers
10- psycopg2-binary = =2.9.5 # postgres
11- pymysql = =1.0.2 # mysql + mariadb
10+ psycopg2-binary > =2.9.5 # postgres
11+ pymysql > =1.0.2 # mysql + mariadb
1212
13- resotolib == 3.0.0rc4
13+ resotolib >= 3.0.0
1414# all collector plugins
15- resoto-plugin-aws == 3.0.0rc4
16- resoto-plugin-digitalocean == 3.0.0rc4
17- resoto-plugin-gcp == 3.0.0rc4
18- resoto-plugin-k8s == 3.0.0rc4
15+ resoto-plugin-aws >= 3.0.0
16+ resoto-plugin-digitalocean >= 3.0.0
17+ resoto-plugin-gcp >= 3.0.0
18+ resoto-plugin-k8s >= 3.0.0
You can’t perform that action at this time.
0 commit comments