Переглянути джерело

Update moto version to match fixes

Fixed filtering issues in: https://github.com/spulec/moto/pull/1157
Nuwan Goonasekera 8 роки тому
батько
коміт
ae22f746e4
2 змінених файлів з 1 додано та 2 видалено
  1. 0 1
      requirements.txt
  2. 1 1
      setup.py

+ 0 - 1
requirements.txt

@@ -1,2 +1 @@
-git+git://github.com/gvlproject/moto@fix_security_group_filters
 -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.10',
+    'moto>=1.1.11',
     '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