This website requires JavaScript.
Explore
Help
Sign In
status-im
/
cabot
mirror of
https://github.com/status-im/cabot.git
Watch
2
Star
0
Fork
You've already forked cabot
0
Code
Issues
Projects
Releases
Wiki
Activity
56cfed43c0
cabot
/
requirements-dev.txt
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update dev requirements
2017-03-09 10:19:02 +00:00
coverage==4.3.4
django_coverage_plugin==1.5.0
Move freezegun to requirements dev (#521) `freezegun` is a test dependency and thus belons to `requirements-dev` Also bumps it from 0.3.8 to latest 0.3.9.
2017-06-06 12:03:09 +00:00
freezegun==0.3.9
Update dev requirements
2017-03-09 10:19:02 +00:00
mock==2.0.0
Switch to using alpine linux for docker container
2017-02-09 18:32:00 +00:00
ipdb
Add isort configuration to sort imports isort is a Python utility to to sort imports alphabetically, and automatically separated into sections. This config matches the Django coding style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports ``` Put imports in these groups: future, standard library, third-party libraries, other Django components, local Django component, try/excepts. ``` This also adds a tox target, not yet executed by default, which can be used to easily apply isort (`tox -e isort -- --apply`)
2017-09-14 10:15:26 +00:00
isort==4.2.15