diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-03 13:49:35 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-03 13:49:35 -0700 |
commit | 6ffecd93bc287d3654474fc6c834118c90c5cdc6 (patch) | |
tree | b7ec974bb1eb252cd4a3e9ab18c3efa52bc8222f /Pipfile |
Initial Commit
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[packages] + +pyac = "*" +requests = "*" +ipython = "*" +fuzzyfinder = "*" +prompt-toolkit = "*" +blessings = "*" + + +[dev-packages] + |