Skip to content

Commit 33ebf7d

Browse files
Cereal84prateekiiest
authored andcommitted
Fix issue 123 requirements (#142)
* This should fix issue 91 and I've add a argparse in order to specify the data_filepath * fix, a subset of, PEP8 issues * fix, a subset of, PEP8 issues * import module MUST be at the top * import module MUST be at the top * fixed 80 columns row * update requirements with pyaudio * add requirements.txt into ticTacToe add requirements.txt add requirements for snake removed useless import code refactored removed old code code refactored in order to avoid nested control flow statements avoid codebeat nested control eliminate codebeat nested control validation fix n arguments error on codeclimate This should fix issue 91 and I've add a argparse in order to specify the data_filepath fix, a subset of, PEP8 issues fix, a subset of, PEP8 issues import module MUST be at the top import module MUST be at the top fixed 80 columns row removed useless import code refactored removed old code code refactored in order to avoid nested control flow statements avoid codebeat nested control eliminate codebeat nested control validation fix n arguments error on codeclimate
1 parent 86c9a08 commit 33ebf7d

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
notify2
2+
dbus-python
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tkinter
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pygame
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gTTS==2.0.0
22
gTTS-token==1.1.1
33
SpeechRecognition==3.8.1
4-
4+
pyaudio==0.2.11

0 commit comments

Comments
 (0)