Explorar el Código

Update moto version to match PRs

The following PRs fix various moto issues:
- https://github.com/spulec/moto/pull/1140
- https://github.com/spulec/moto/pull/1146
- https://github.com/spulec/moto/pull/1148
- https://github.com/spulec/moto/pull/1149
- https://github.com/spulec/moto/pull/1150
- https://github.com/spulec/moto/pull/1152

These have been merged into Moto 1.1.10
Nuwan Goonasekera hace 8 años
padre
commit
b0377fccc6
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      requirements.txt
  2. 1 1
      setup.py

+ 0 - 1
requirements.txt

@@ -1,2 +1 @@
-git+git://github.com/spulec/moto
 -e ".[dev]"
 -e ".[dev]"

+ 1 - 1
setup.py

@@ -36,7 +36,7 @@ REQS_FULL = REQS_BASE + REQS_AWS + REQS_OPENSTACK
 # httpretty is required with/for moto 1.0.0 or AWS tests fail
 # httpretty is required with/for moto 1.0.0 or AWS tests fail
 REQS_DEV = ([
 REQS_DEV = ([
     'tox>=2.1.1',
     'tox>=2.1.1',
-    'moto>=1.1.7',
+    'moto>=1.1.10',
     'sphinx>=1.3.1',
     'sphinx>=1.3.1',
     'flake8>=3.3.0',
     'flake8>=3.3.0',
     'flake8-import-order>=0.12'] + REQS_FULL
     'flake8-import-order>=0.12'] + REQS_FULL