diff options
| author | 2018-11-26 02:42:55 -0800 | |
|---|---|---|
| committer | 2018-11-26 11:42:55 +0100 | |
| commit | 36f6952e635c304e7495814530864c748608270d (patch) | |
| tree | 535bcedaab7762419e03fd666568c68cc77c7c0b /Pipfile | |
| parent | Restore superstar nickname after member leaves and rejoins (#207) (diff) | |
Update Dependencies (#196)
* update & clean up dependencies
* fix lint errors
* move requests to non-dev packages
* Empty commit to fix CI
* switch discord.py to a git dependency
* remove PIPENV_VENV_IN_PROJECT
* make pipenv install verbose
* specify checkout directory for editable dependencies
* exclude cache directory from linting
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -4,27 +4,24 @@ verify_ssl = true name = "pypi" [packages] -discord = {file = "https://github.com/Rapptz/discord.py/archive/rewrite.zip", egg = "discord.py[voice]"} +discord-py = {git = "https://github.com/Rapptz/discord.py.git", extras = ["voice"], ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb", editable = true} dulwich = "*" -multidict = "*" -sympy = "*" aiodns = "*" logmatic-python = "*" -aiohttp = "<2.3.0,>=2.0.0" -websockets = ">=4.0,<5.0" +aiohttp = "*" sphinx = "*" markdownify = "*" lxml = "*" pyyaml = "*" -yarl = "==1.1.1" fuzzywuzzy = "*" pillow = "*" aio-pika = "*" python-dateutil = "*" deepdiff = "*" +requests = "*" [dev-packages] -"flake8" = "*" +"flake8" = ">=3.6" "flake8-bugbear" = "*" "flake8-import-order" = "*" "flake8-tidy-imports" = "*" @@ -32,7 +29,6 @@ deepdiff = "*" "flake8-string-format" = "*" safety = "*" dodgy = "*" -requests = "*" [requires] python_version = "3.6" |