فهرست منبع

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]"

+ 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
 REQS_DEV = ([
     'tox>=2.1.1',
-    'moto>=1.1.10',
+    'moto>=1.1.11',
     'sphinx>=1.3.1',
     'flake8>=3.3.0',
     'flake8-import-order>=0.12'] + REQS_FULL