File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# You should create a new file with ".env" name or something similar and NOT include it in your git
2- export DROPBOX_API_KEY=123
32export MYSQL_HOST=foo.rds.amazonaws.com
43export MYSQL_USERNAME=user
54export MYSQL_PASSWORD=pass
6- export MYSQL_DB_NAME=Test_schema
7- export EMAIL_ADDRESS=Gmail Bot <foobar@gmail.com>
8- export GMAIL_API_KEY=123
5+ export MYSQL_DB_NAME=Test_schema
Original file line number Diff line number Diff line change 11mysql-connector-python ~= 8.0.19
22mysql-connector ~= 2.2.9
3- yaml-config-wrapper >= 0 .0.3
4- termcolor-logger >= 0 .0.2
3+ yaml-config-wrapper >= 1 .0.4
4+ termcolor-logger >= 1 .0.3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ author = Kostas Georgiou
99author_email = georgiou.kostas94@gmail.com
1010copyright = Kostas Georgiou
1111branch = master
12- version = 0 .0.1
12+ version = 1 .0.2
1313testing_version = 0.0.1
1414min_python = 3.6
1515audience = Developers
You can’t perform that action at this time.
0 commit comments