]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Version bump to 1.6.3 and updating dependencies in setup.cfg
authorFrank Brehm <frank@brehm-online.com>
Tue, 19 Jul 2022 11:05:09 +0000 (13:05 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 19 Jul 2022 11:05:09 +0000 (13:05 +0200)
lib/cr_tf/__init__.py
setup.cfg

index 34bbf21f95eace727914e70baf7c864d8990b1fd..7e5dea76b3f3d75ae1c58ab32361fa9c0455333a 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/env python3
 # -*- coding: utf-8 -*-
 
-__version__ = '1.6.2'
+__version__ = '1.6.3'
 
 MIN_VERSION_TERRAFORM = '1.0.5'
 MAX_VERSION_TERRAFORM = '1.3.0'
index 881857a74139f9860097c85bfbd50f4ae2e42bf5..a9b7859f81a98d846564786a8585489d0ab51227 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,9 +15,10 @@ classifiers =
     Natural Language :: English
     Natural Language :: German
     Operating System :: POSIX :: Linux
-    Programming Language :: Python :: 3.5
     Programming Language :: Python :: 3.6
     Programming Language :: Python :: 3.7
+    Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
     Topic :: System :: Systems Administration 
 
 [options]
@@ -32,7 +33,9 @@ install_requires =
     six
     pytz
     dnspython
-    fb_tools
+    fb-tools
+    fb-pdnstools
+    fb-vmware
 
 setup_requires =
     Babel