aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile.lock
AgeCommit message (Collapse)Author
2018-02-04Add PipfileTeddy Wing
Hey, this is new. First time not using `requirements.txt` for dependencies in a Python project. Need to add 'requests', so figured we should be tracking our dependencies. Add 'selenium' to the package list since we're already using and need it.