This repository was archived by the owner on Jan 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - ' 2.7'
4- - ' 3.3'
5- - ' 3.4'
3+ - ' 2.7'
4+ - ' 3.3'
5+ - ' 3.4'
66install :
7- - pip install -r requirements.txt
7+ - pip install -r requirements.txt
88script :
99 - pep8 documentcloud
1010 - pyflakes documentcloud
Original file line number Diff line number Diff line change 1515import os
1616import sys
1717import six
18+ import json
1819import copy
1920import base64
2021from .toolbox import retry
3132 import urllib .request
3233else :
3334 from six .moves import urllib
34- try :
35- import json
36- except ImportError :
37- import simplejson as json
3835
3936
4037#
Original file line number Diff line number Diff line change 1- Jinja2 == 2.7.2
2- MarkupSafe == 0.19
3- PyYAML == 3.10
4- Pygments == 1.6
5- Sphinx == 1.2.2
1+ # Required for development
2+ Sphinx
63argparse
7- coverage == 3.7.1
8- docutils == 0.11
9- pep8 == 1.4.6
10- py == 1.4.19
4+ coverage
5+ pep8
116pyflakes
12- python-coveralls == 2.4.2
7+ python-coveralls
8+ tox
9+ # Required for the app
10+ six
1311python-dateutil >= 2.1
14- requests == 2.1.0
15- sh == 1.09
16- simplejson >= 3.3.1
17- six >= 1.4.1
18- tox == 1.6.1
19- virtualenv == 1.11
20- rfc3987
12+ rfc3987
Original file line number Diff line number Diff line change 1414 include_package_data = True ,
1515 install_requires = (
1616 'python-dateutil>=2.1' ,
17- 'simplejson>=3.3.1' ,
1817 'six>=1.4.1' ,
1918 'rfc3987' ,
2019 ),
You can’t perform that action at this time.
0 commit comments