Skip to content

Commit

Permalink
Use .env to store credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankerL committed Oct 7, 2020
1 parent a58a971 commit e114027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Project exclude paths
/venv/
/.idea/
/.idea/
.env
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ gitpython >=3.0.5
pymongo >=3.10.1
pandas >=0.25.3
requests >=2.22.0
github3.py >=1.3.0
python-dotenv >=0.14.0

0 comments on commit e114027

Please sign in to comment.