Skip to content

Commit

Permalink
Merge pull request #25 from Shoobx/moto-lib-lock
Browse files Browse the repository at this point in the history
Lock libs version in requirements
  • Loading branch information
Andmedoctopus authored Jan 29, 2024
2 parents 77d48d5 + d2a8c97 commit f2c9ad2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# moto[server] 5.0.0
#
# breaks with
# Traceback (most recent call last):
# File "/usr/local/bin/sbx-mocks3-serve", line 5, in <module>
# from shoobx.mocks3.run import serve
# File "/usr/local/lib/python3.11/site-packages/shoobx/mocks3/__init__.py", line 17, in <module>
# from moto.backends import BACKENDS
# ImportError: cannot import name 'BACKENDS' from 'moto.backends' (/usr/local/lib/python3.11/site-packages/moto/backends.py)
#
# Moto v5 is incompatible with current mocks3 implementation

moto[server]==4.2.10

boto3==1.34.29
flask_cors==4.0.0
pytz==2023.4

# shoobx.mocks3
-e .[test]

0 comments on commit f2c9ad2

Please sign in to comment.