This website requires JavaScript.
Explore
Help
Register
Sign In
Yasuke
/
moto
Watch
1
Star
0
Fork
0
You've already forked moto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
moto
/
requirements.txt
11 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
clean up urls. start to clean up responses
2013-02-18 21:22:03 -05:00
coverage
add freezegun to requirements
2013-02-19 23:02:31 -05:00
freezegun
basic ec2 and s3 working
2013-02-18 16:09:40 -05:00
mock
nose
replace pdbs with NotImplemented
2013-02-25 23:21:49 -05:00
requests
Lock down sure version due to https://github.com/gabrielfalcao/sure/pull/46.
2014-02-06 20:41:17 -05:00
sure<1.2.4
add route53
2013-11-14 11:14:14 -08:00
xmltodict
dicttoxml
Allow returning http errors with exceptions before: def my_response_method(self): ... if error: return template, {'status'=400} after: def my_response_method(self): ... if error: raise MyResponseError("bad thing happened") where MyResponseError inherits from HTTPException
2014-04-15 21:15:33 -04:00
werkzeug
Support Python 3 using six
2014-08-26 13:25:50 -04:00
six
Reference in New Issue
Copy Permalink