File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
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.0 "
14+ __version__ = "0.4.1 "
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ mypy==0.982
66tox==3.27.1
77wheel==0.38.4
88coverage==6.5.0
9- resoto-plugin-example-collector==3.0.0rc3
9+ resoto-plugin-example-collector==3.0.0rc4
Original file line number Diff line number Diff line change 44SQLAlchemy == 2.0.0b3
55PyYAML == 6.0
66rich == 12.6.0
7- resotolib == 3.0.0rc3
87resotoclient == 1.2.1
98
109# bundle popular db drivers
1110psycopg2-binary == 2.9.5 # postgres
1211pymysql == 1.0.2 # mysql + mariadb
1312
14- resotolib == 3.0.0rc3
13+ resotolib == 3.0.0rc4
1514# all collector plugins
16- resoto-plugin-aws == 3.0.0rc3
17- resoto-plugin-digitalocean == 3.0.0rc3
18- resoto-plugin-gcp == 3.0.0rc3
19- resoto-plugin-k8s == 3.0.0rc3
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
Original file line number Diff line number Diff line change 3636 setup_requires = setup_requirements ,
3737 test_suite = "tests" ,
3838 tests_require = test_required ,
39- url = "https://github.com/someengineering/resoto/ cloud2sql" ,
39+ url = "https://github.com/someengineering/cloud2sql" ,
4040)
You can’t perform that action at this time.
0 commit comments