aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-23 18:57:28 +1000
committerGravatar scragly <[email protected]>2019-09-24 14:51:56 +1000
commit6a2d6b973bd3c4db3f6cca5972dfc05c32b18be4 (patch)
tree805227a63717ab696d339b16384deaae968e8f8c
parentReformat indents, use Docker@2 task for azure instead of sh script. (diff)
Pin dependencies, pre-build `regex` pkg.
-rw-r--r--.gitignore1
-rw-r--r--Pipfile34
-rw-r--r--Pipfile.lock2
-rw-r--r--wheels/regex-2019.8.19-cp37-cp37m-linux_x86_64.whlbin0 -> 688982 bytes
4 files changed, 17 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore
index cda3aeb9f..261fa179f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,6 @@ lib64/
parts/
sdist/
var/
-wheels/
*.egg-info/
.installed.cfg
*.egg
diff --git a/Pipfile b/Pipfile
index 33f44e9a6..990653f92 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,18 +5,18 @@ name = "pypi"
[packages]
discord-py = "~=1.2"
-aiodns = "*"
-logmatic-python = "*"
-aiohttp = "*"
-sphinx = "*"
-markdownify = "*"
-lxml = "*"
-pyyaml = "*"
-fuzzywuzzy = "*"
-aio-pika = "*"
-python-dateutil = "*"
-deepdiff = "*"
-requests = "*"
+aiodns = "~=2.0"
+logmatic-python = "~=0.1"
+aiohttp = "~=3.5"
+sphinx = "~=2.2"
+markdownify = "~=0.4"
+lxml = "~=4.4"
+pyyaml = "~=5.1"
+fuzzywuzzy = "~=0.17"
+aio-pika = "~=6.1"
+python-dateutil = "~=2.8"
+deepdiff = "~=4.0"
+requests = "~=2.22"
more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
@@ -30,10 +30,10 @@ flake8-string-format = "~=0.2"
flake8-tidy-imports = "~=2.0"
flake8-todo = "~=0.7"
pre-commit = "~=1.18"
-safety = "*"
-dodgy = "*"
-pytest = "*"
-pytest-cov = "*"
+safety = "~=1.8"
+dodgy = "~=0.1"
+pytest = "~=5.1"
+pytest-cov = "~=2.7"
[requires]
python_version = "3.7"
@@ -46,5 +46,3 @@ build = "docker build -t pythondiscord/bot:latest -f docker/bot.Dockerfile ."
push = "docker push pythondiscord/bot:latest"
buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/base.Dockerfile ."
pushbase = "docker push pythondiscord/bot-base:latest"
-buildci = "docker build -t pythondiscord/bot-ci:latest -f docker/ci.Dockerfile ."
-pushci = "docker push pythondiscord/bot-ci:latest"
diff --git a/Pipfile.lock b/Pipfile.lock
index 7674acb26..58489c60e 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "d582b1e226b1ce675817161d9059352d8f303c1bc1646034a9e73673f6581d12"
+ "sha256": "6c2d9ea980f1dbe954237de6d173ffa9ba480aa5cf0a03c4d7840b0739d4e2fa"
},
"pipfile-spec": 6,
"requires": {
diff --git a/wheels/regex-2019.8.19-cp37-cp37m-linux_x86_64.whl b/wheels/regex-2019.8.19-cp37-cp37m-linux_x86_64.whl
new file mode 100644
index 000000000..0be4519fe
--- /dev/null
+++ b/wheels/regex-2019.8.19-cp37-cp37m-linux_x86_64.whl
Binary files differ