File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1111 *Container-Backends: * engine_docker _
1212 *Database Drivers: * db_mysql _ db_mongo _
1313 *Plugins: * php_xdebug _
14- *Kubernetes: * k8s_client _ k8s_controller _
1514 *Related Projects: * configcrunch _
1615 *More: * docs _ repo _ docker_images _
1716 ====================== =================== =================== ===================
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configcrunch==1.0.4
44appdirs == 1.4.4
55janus == 1.0.0
66psutil == 5.9.5
7- GitPython == 3.1.30
8- pywinpty == 2.0.10 ; sys_platform == 'win32'
7+ GitPython == 3.1.32
8+ pywinpty == 2.0.11 ; sys_platform == 'win32'
99python-hosts == 1.0.3
10- python-dotenv == 0.19.2
10+ python-dotenv == 1.0.0
Original file line number Diff line number Diff line change 1- __version__ = '0.8.0b1 '
1+ __version__ = '0.8.0 '
22from setuptools import setup , find_packages
33
44# README read-in
You can’t perform that action at this time.
0 commit comments