Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update .gitignore, add README sections, add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
IcyMidnight committed May 25, 2015
1 parent 32cbbe9 commit 13f4055
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Project specific files
config.py


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# standings
A Tracker For Coalition Standings in Eve Online


#Tips
##Database
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13f4055

Please sign in to comment.