This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements-docs.txt
139 lines (118 loc) · 2.72 KB
/
requirements-docs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Requirements for building hosted Sphinx builds
# NOTE these requirements are duplicates of requirements.txt
mock
Django==1.6.5 # rq.filter: >=1.6,<1.7
# DPaW custom
# https://static.dpaw.wa.gov.au/static/py/dpaw-utils/dist/dpaw-utils-0.3a11.tar.gz
# provides:
# django-confy>=1.0.4
django-extensions==1.6.5
# django-redis==3.6.2
# psycopg2==2.5.2
# Database, models
django-contrib-postgres
django-model-utils
django-polymorphic==0.5.3
djorm-pgarray==1.2
djorm-ext-pgarray
South==0.8.4
#-e git://github.com/lukesneeringer/django-pgfields.git#egg=django-pgfields
diff-match-patch==20110725.1
django-bootstrap-pagination==1.5.0
django-contrib-comments==1.5
django-cors-headers==0.12
django-extra-views==0.6.4
django-guardian==1.2.0
django-immutablemodel==0.3.4
django-mail-templated==2.6.2
django-reversion==1.8.0
django-taggit==0.12
factory-boy==2.3.1
fancy-tag==0.2.0
pystache==0.5.4
python-magic==0.4.6
semantic-version==2.3.0
# API
djangorestframework==2.3.13
django-rest-swagger==0.1.14
django-filter==0.11.0
# Export to CSV
django_tablib==3.2
# Comments
# django-disqus
# provides:
# six
# DevOps
argparse
django-confy
django-wsgiserver>=0.8.0rc1
Fabric
gunicorn
wsgiref==0.1.2
pipdeptree
django-appconf==0.6
# Docs, images, thumbnails
django-resized
Sphinx==1.5.5
pycallgraph
graphviz
mock
Pillow
pydot
pyparsing
django-resized
# Forms and widgets
django-crispy-forms==1.4.0
django-leaflet==0.13.2
Django-Select2==4.2.2
django-smart-selects
django-uni-form==0.9.0
humanize==0.5
# Latex, Markdown, JSON, XML, YAML
django-markup-deprecated==0.0.3
lxml==3.7.3
beautifulsoup4==4.5.3
django-tinymce==1.5.2
html2text==2016.9.19
html5lib==0.999999999
# pyenchant==1.6.8
pypandoc==1.4
Unidecode==0.04.16
# Static files
#static==1.0.2
dj-static
django-compressor==1.6
django-htmlmin==0.7.0
unipath>=1.1
# Task queues
django-celery==3.1.10
django-redis-sessions==0.4.0
# Templating
django-grappelli>=2.6.5
django-bootstrap3>=5.3.1,<6.0
django-braces>=1.8.0
jinja2>=2.7.3
webtemplate-dpaw==0.3
# Transitions
django-fsm==2.3.0
django-fsm-log
# Testing and Debugging
django-debug-toolbar==1.1
django-dtpanel-htmltidy
django-nose==1.3
django-pdb
python-coveralls
#mixer
selenium
ipdbplugin
# Linters
flake8
flake8-docstrings
flake8_import_order
flake8-todo
pep8-naming
radon
#10 105.5 ERROR: pyopenssl 20.0.1 has requirement cryptography>=3.2, but you'll have cryptography 3.0 which is incompatible.
#10 105.5 ERROR: django-smart-selects 1.5.6 has requirement django<3.1,>=1.8, but you'll have django 1.6.5 which is incompatible.
#10 105.5 ERROR: django-fsm-log 2.0.1 has requirement django>=1.8, but you'll have django 1.6.5 which is incompatible.
#10 105.5 ERROR: django-braces 1.14.0 has requirement Django>=1.11.0, but you'll have django 1.6.5 which is incompatible.