aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
AgeCommit message (Collapse)Author
2019-10-18Bump requests from 2.18.4 to 2.20.0dependabot[bot]
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
2018-02-04Pipfile: Add 'requests'Teddy Wing
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.