Skip to content

Commit

Permalink
Adding pip requirements & Gitignore
Browse files Browse the repository at this point in the history
Some intial setup steps
  • Loading branch information
matthewbal committed Jun 10, 2020
1 parent a3bc275 commit cea8520
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
###############################
# Custom Ignores for data

facebook-zips/*.zip
extracted-data/*.csv
output-graphs/*

# Allow example data to be pushed
!*.example.*

###############################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
23 changes: 23 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
backcall==0.2.0
cycler==0.10.0
decorator==4.4.2
ipython==7.15.0
ipython-genutils==0.2.0
jedi==0.17.0
kiwisolver==1.2.0
matplotlib==3.2.1
numpy==1.18.5
pandas==1.0.4
parso==0.7.0
pexpect==4.8.0
pickleshare==0.7.5
pkg-resources==0.0.0
prompt-toolkit==3.0.5
ptyprocess==0.6.0
Pygments==2.6.1
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2020.1
six==1.15.0
traitlets==4.3.3
wcwidth==0.2.4

0 comments on commit cea8520

Please sign in to comment.