diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..5cc3adcf3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pytest-flake8 diff --git a/wifite/config.py b/wifite/config.py index cc930b960..186da774a 100755 --- a/wifite/config.py +++ b/wifite/config.py @@ -9,7 +9,7 @@ class Configuration(object): ''' Stores configuration variables and functions for Wifite. ''' - version = '2.5.2' + version = '2.5.4' initialized = False # Flag indicating config has been initialized temp_dir = None # Temporary directory