[V3] Add pipenv files (#1642)

* Add pipenv files

* Pipfile updates

* Update sphinx version
This commit is contained in:
Will
2018-05-14 00:20:20 -04:00
committed by Tobotimus
parent 4637ff78c0
commit 72560fa6d0
2 changed files with 404 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"discord.py" = { git = 'git://github.com/Rapptz/discord.py', ref = 'rewrite', editable = true}
"e1839a8" = {path = ".", editable = true}
[dev-packages]
pytest = "*"
pytest-asyncio = "*"
sphinx = ">1.7"
sphinxcontrib-asyncio = "*"
sphinx-rtd-theme = "*"