diff --git a/.gitignore b/.gitignore index ba74660..edd15d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Project specific files +config.py + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index 09a1745..19540cd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # standings A Tracker For Coalition Standings in Eve Online + + +#Tips +##Database diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0571c39 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +pip install flask +pip install flask-wtf +pip install flask-mysql +pip install flask-sqlalchemy +pip install sqlalchemy-migrate + +pip install evelink + +# For BRAVE API +pip install requests \ No newline at end of file