aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile29
1 files changed, 14 insertions, 15 deletions
diff --git a/Pipfile b/Pipfile
index 335e3f91..7f0b3f87 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,24 +4,23 @@ verify_ssl = true
name = "pypi"
[packages]
-arrow = "*"
-beautifulsoup4 = "*"
-aiodns = "*"
-pillow = "*"
-pytz = "*"
-fuzzywuzzy = "*"
+aiodns = "~=2.0"
+arrow = "~=0.14"
+beautifulsoup4 = "~=4.8"
discord-py = "~=1.2"
+fuzzywuzzy = "~=0.17"
+pillow = "~=6.1"
+pytz = "~=2019.2"
[dev-packages]
-"pydocstyle" = "<4.0"
-"flake8" = "*"
-"flake8-bugbear" = "*"
-"flake8-import-order" = "*"
-"flake8-tidy-imports" = "*"
-"flake8-todo" = "*"
-"flake8-string-format" = "*"
-pre-commit = "*"
-flake8-docstrings = "*"
+flake8 = "~=3.7"
+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"
[requires]
python_version = "3.7"