From 6d83b6807c4d4eb5593da02038c17883728eea47 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Apr 2020 15:36:24 +0200 Subject: [PATCH] Add requirements.txt for pip3 + changed version --- requirements.txt | 1 + wifite/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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