File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ class Config(object):
22
22
# Core info
23
23
#==================================================================
24
24
APP_NAME = 'NUTCase'
25
- APP_VERSION = '0.3.0 '
25
+ APP_VERSION = '0.3.1 '
26
26
27
27
#==================================================================
28
28
# Configuration file
29
29
#==================================================================
30
- CONFIG_PATH = os .path .join (basedir , '../config' )
30
+ CONFIG_PATH = os .path .join (basedir , '../config' )
31
31
CONFIG_FILE = APP_NAME .lower ()
32
32
33
33
#==================================================================
@@ -94,7 +94,7 @@ class Config_Development(Config):
94
94
SECRET_KEY = os .environ .get ('SECRET_KEY' ) or 'uUwb-C58lzujc3Xn0hZ8c48iHw-VA341'
95
95
DEBUG = True
96
96
TESTING = False
97
-
97
+
98
98
class Config_Production (Config ):
99
99
CONFIG_SET = 'Prd'
100
100
SECRET_KEY = os .environ .get ('SECRET_KEY' ) or 'uUwb-C58lzujc3Xn0hZ8c48iHw-VA341'
Original file line number Diff line number Diff line change 1
1
arrow == 1.3.0
2
2
blinker == 1.7.0
3
3
click == 8.1.7
4
- Flask == 3.0.1
4
+ flake8 == 7.0.0
5
+ Flask == 3.0.2
5
6
Flask-WTF == 1.2.1
6
7
itsdangerous == 2.1.2
7
8
Jinja2 == 3.1.3
8
- MarkupSafe == 2.1.4
9
+ MarkupSafe == 2.1.5
10
+ mccabe == 0.7.0
11
+ pycodestyle == 2.11.1
12
+ pyflakes == 3.2.0
9
13
python-dateutil == 2.8.2
10
14
python-dotenv == 1.0.1
11
15
PyYAML == 6.0.1
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ pip install -U python-dotenv
5
5
pip install -U pyyaml
6
6
pip install -U flask_wtf
7
7
pip install -U arrow
8
+ pip install -U flake8
You can’t perform that action at this time.
0 commit comments