From 13f4055b4a5538b64c24d316e8518a8f4d3c4f37 Mon Sep 17 00:00:00 2001 From: Damien Bargiacchi Date: Mon, 25 May 2015 14:51:01 -0700 Subject: [PATCH] Update .gitignore, add README sections, add requirements --- .gitignore | 4 ++++ README.md | 4 ++++ requirements.txt | 10 ++++++++++ 3 files changed, 18 insertions(+) create mode 100644 requirements.txt 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