Skip to content

Commit

Permalink
Started tracking dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joelklint committed Mar 21, 2017
1 parent 2a20c7b commit cfd7f57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env
@@ -0,0 +1,4 @@
#!/bin/bash
if [ -f env/bin/activate ]; then
source env/bin/activate
fi
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
__pycache__/
.vscode
.idea
env/
9 changes: 9 additions & 0 deletions requirements.txt
@@ -0,0 +1,9 @@
appdirs==1.4.3
oauthlib==2.0.2
packaging==16.8
psycopg2==2.7.1
pyparsing==2.2.0
requests==2.13.0
requests-oauthlib==0.8.0
six==1.10.0
tweepy==3.5.0

0 comments on commit cfd7f57

Please sign in to comment.