aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile24
1 files changed, 15 insertions, 9 deletions
diff --git a/Pipfile b/Pipfile
index 494a8a6ff..6a58054c1 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = {git = "https://github.com/Rapptz/discord.py.git",extras = ["voice"],ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb",editable = true}
+discord-py = "~=1.2"
aiodns = "*"
logmatic-python = "*"
aiohttp = "*"
@@ -17,21 +17,27 @@ aio-pika = "*"
python-dateutil = "*"
deepdiff = "*"
requests = "*"
+dateparser = "*"
+more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
[dev-packages]
-"flake8" = ">=3.6"
-"flake8-bugbear" = "*"
-"flake8-import-order" = "*"
-"flake8-tidy-imports" = "*"
-"flake8-todo" = "*"
-"flake8-string-format" = "*"
+flake8 = "~=3.7"
+flake8-annotations = "~=1.0"
+flake8-bugbear = "~=19.8"
+flake8-docstrings = "~=1.4"
+flake8-import-order = "~=0.18"
+flake8-string-format = "~=0.2"
+flake8-tidy-imports = "~=2.0"
+flake8-todo = "~=0.7"
+pre-commit = "~=1.18"
safety = "*"
dodgy = "*"
-pre-commit = "*"
+pytest = "*"
+pytest-cov = "*"
[requires]
-python_version = "3.6"
+python_version = "3.7"
[scripts]
start = "python -m bot"