Browse Source

Updated: Added argparse for sensible parameters.

bugz 5 years ago
parent
commit
7e1c1d1a5a
2 changed files with 22 additions and 0 deletions
  1. 6 0
      .gitignore
  2. 16 0
      require.txt

+ 6 - 0
.gitignore

@@ -1 +1,7 @@
 py3env/
+bin/
+lib/
+lib64
+pyvenv.cfg
+share/
+.vscode/

+ 16 - 0
require.txt

@@ -0,0 +1,16 @@
+astroid==2.3.1
+certifi==2019.9.11
+chardet==3.0.4
+idna==2.8
+isort==4.3.21
+lazy-object-proxy==1.4.2
+mccabe==0.6.1
+Pillow==6.2.0
+pkg-resources==0.0.0
+pylint==2.4.2
+requests==2.22.0
+rope==0.14.0
+six==1.12.0
+typed-ast==1.4.0
+urllib3==1.25.6
+wrapt==1.11.2