MiloSobral commited on
Commit
1b47010
·
1 Parent(s): 2cb7306

Small issues fixed

Browse files
Files changed (2) hide show
  1. .gitignore +3 -1
  2. setup.py +2 -1
.gitignore CHANGED
@@ -4,6 +4,8 @@
4
 
5
  # Output from the demo
6
  output.csv
 
 
7
 
8
  # Vagrant
9
  .vagrant/
@@ -125,4 +127,4 @@ venv.bak/
125
  # mypy
126
  .mypy_cache/
127
  .dmypy.json
128
- dmypy.json
 
4
 
5
  # Output from the demo
6
  output.csv
7
+ # Any xdf file used for testing
8
+ *.xdf
9
 
10
  # Vagrant
11
  .vagrant/
 
127
  # mypy
128
  .mypy_cache/
129
  .dmypy.json
130
+ dmypy.json
setup.py CHANGED
@@ -21,6 +21,7 @@ setup(
21
  'pyalsaaudio'],
22
  'PC': ['gradio',
23
  'tensorflow',
24
- 'pyxdf']
 
25
  },
26
  )
 
21
  'pyalsaaudio'],
22
  'PC': ['gradio',
23
  'tensorflow',
24
+ 'pyxdf',
25
+ 'wonambi']
26
  },
27
  )