File tree Expand file tree Collapse file tree 3 files changed +15
-20
lines changed
Expand file tree Collapse file tree 3 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.8-slim
1+ FROM cloudforet/ python-core:1
22
33ENV PYTHONUNBUFFERED 1
44ENV CLOUDONE_PORT 50051
Original file line number Diff line number Diff line change 1- spaceone-core
2- spaceone-api
3- spaceone-tester
41schematics
52adal
63msrestazure
Original file line number Diff line number Diff line change 1616
1717from setuptools import setup , find_packages
1818
19- with open (' VERSION' , 'r' ) as f :
19+ with open (" VERSION" , "r" ) as f :
2020 VERSION = f .read ().strip ()
2121 f .close ()
2222
2323setup (
24- name = ' plugin-azure-activity-log-mon-datasource' ,
24+ name = " plugin-azure-activity-log-mon-datasource" ,
2525 version = VERSION ,
26- description = ' MS Azure Activity Log monitoring datasource' ,
27- long_description = '' ,
28- url = ' https://www.spaceone.dev/' ,
29- author = ' MEGAZONE SpaceONE Team' ,
30- author_email = ' admin@spaceone.dev' ,
31- license = ' Apache License 2.0' ,
26+ description = " MS Azure Activity Log monitoring datasource" ,
27+ long_description = "" ,
28+ url = " https://www.spaceone.dev/" ,
29+ author = " MEGAZONE SpaceONE Team" ,
30+ author_email = " admin@spaceone.dev" ,
31+ license = " Apache License 2.0" ,
3232 packages = find_packages (),
3333 install_requires = [
34- 'spaceone-core' ,
35- 'spaceone-api' ,
36- 'spaceone-tester' ,
37- 'schematics' ,
38- 'adal' ,
39- 'msrestazure' ,
40- 'azure-identity' ,
41- 'azure-mgmt-monitor' ,
34+ "spaceone-api" ,
35+ "schematics" ,
36+ "adal" ,
37+ "msrestazure" ,
38+ "azure-identity" ,
39+ "azure-mgmt-monitor" ,
4240 ],
4341 zip_safe = False ,
4442)
You can’t perform that action at this time.
0 commit comments