Skip to content

Commit

Permalink
Add requirements.txt for pip3 + changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 25, 2020
1 parent d53ba48 commit 6d83b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest-flake8
2 changes: 1 addition & 1 deletion wifite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d83b68

Please sign in to comment.