forked from auto-mat/do-prace-na-kole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
177 lines (174 loc) · 5.29 KB
/
pyproject.toml
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
[tool.poetry]
name = "do-prace-na-kole"
version = "0.1.0"
description = ""
authors = ["AutoMat"]
license = "GPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.9"
six = "*"
Django = ">=2.2.6"
django-import-export = "*"
django-import-export-celery = {git = "https://github.com/auto-mat/django-import-export-celery.git", rev = "compatible_with_django_2_version"}
django-autocomplete-light = {git = "https://github.com/auto-mat/django-autocomplete-light.git", rev = "jquery"}
django-smart-selects = {git = "https://github.com/Murakam1/django-smart-selects.git", rev = "patch-1"}
psycopg2 = "*"
python-memcached = "*"
django-chart-tools = "*"
django-extensions = "*"
django-softhyphen = "*"
django-composite-field = "*"
django-registration-redux = "*"
django-nested-admin = "*"
django-su = "*"
createsend = "*"
ordereddict = "*"
django-author = "*"
django-fieldsignals = "*"
django-admin-sortable2 = "*"
reportlab = "*"
django-dbbackup = "*"
polyline = "*"
InvoiceGenerator = {git = "https://github.com/auto-mat/InvoiceGenerator.git", rev = "master"}
django-related-admin = "*"
newrelic = "*"
django-crispy-forms = "1.11.2"
django-class-based-auth-views = "*"
slumber = "*"
geopy = "==1.22.0"
gunicorn = "*"
djcacheutils = "*"
django-settings-context-processor = "*"
django-rosetta = "*"
django-oauth-toolkit = "*"
djangorestframework = "*"
django-leaflet = "*"
gpxpy = "*"
lxml = "*"
django-gpxpy = "*"
django-cachalot = {git = "https://github.com/federicobond/django-cachalot.git", rev = "django-2.2"}
django-bulk-update = "*"
django-cors-headers = "*"
django-denorm = {git = "https://github.com/auto-mat/django-denorm.git", rev = "develop"}
django-extra-views = "*"
raven = "*"
celery = "<=4.4.5"
flower = "*"
django-daterange-filter = "*"
django-smmapdfs = "*"
django-storages = "*"
django-model-utils = "*"
django-price-level = "*"
django-datatables-view = "*"
django-rank-query = "*"
django-adminactions = "1.12.0"
django-avatar = {git = "https://github.com/tmszi/django-avatar.git", rev = "check-if-img-is-not-corrupter"}
django-photologue = "3.16"
boto3 = "*"
django-google-tag-manager = "*"
django-ses = "*"
django-sesame = "*"
ua-parser = "*"
whitenoise = "*"
django-favicon = "*"
django-mass-edit = "*"
fiobank = "*"
django-ipware = "<=2.1.0"
djangorestframework-gis = "*"
django-table-select-widget = {git = "https://github.com/willardmr/DjangoTableSelectMultipleWidget.git", rev = "master"}
redis = "*"
django-isnull-list-filter = "*"
django-redis = "*"
coreapi = "*"
django-celery-email = "*"
django-sitetree = "*"
django-admin-views = "*"
single-beat = "*"
vokativ = "*"
django-fm = {git = "https://github.com/auto-mat/django-fm.git", rev = "fix-jquery-ajax-deprecated-methods"}
django-initial-field = "*"
django-betterforms = "*"
django-adminfilters = "==1.0.0"
django-bleach = "*"
sqlparse = "*"
django-appconf = "*"
social-auth-app-django = "*"
svg2rlg = {git = "https://github.com/aquavitae/svg2rlg.git"}
django-subdomains = {git = "https://github.com/PetrDlouhy/django-subdomains", rev = "django20"}
django-advanced-filters = "*"
stravalib = {git = "https://github.com/hozn/stravalib", rev = "main"}
django-wysiwyg-redactor = {git = "https://github.com/adilkhash/django-wysiwyg-redactor"}
django-selectable = "*"
django-likes = {git = "https://github.com/PetrDlouhy/django-likes.git", rev = "develop"}
django-braces = "*"
django-modeltranslation = "==0.17.7"
django_polymorphic = "*"
Unidecode = "*"
easy-thumbnails = "*"
SQLAlchemy = "*"
django_celery_beat = "*"
django-stdnumfield = {git = "https://github.com/PetrDlouhy/django-stdnumfield.git", rev = "mergeup"}
PyPDF2 = "*"
django-bootstrap4 = "==0.0.8"
html2text = "*"
tornado = "<7"
dj_anonymizer = "*"
faker = "*"
django-colorfield = "*"
dj-fiobank-payments = "<=0.3.0"
asgiref = "*"
django-dbtemplates = "*"
django-reversion = "*"
django-admin-charts = "<1.2.0" # https://github.com/PetrDlouhy/django-admin-charts/commit/758b5809483872eb81e83491ae0617019c87fd42#r87232967
django-inline-static = "*"
django-notifications-hq = {git = "https://github.com/auto-mat/django-notifications.git", rev = "list_all"}
django-extra-fields = "*"
django-debug-toolbar = "*"
django-debug-toolbar-template-timings = "*"
django-debug-toolbar-request-history = "*"
django-silk = "*"
pre-commit = "*"
django-report-builder = "*"
dj-rest-auth = {version = "*", extras = ["with_social"]}
memoize = "^1.0.0"
fakturoid = "^1.5.1"
pytest-cov = "^3.0.0"
coveragepy-lcov = "^0.1.2"
osmnx = "^1.2.1"
pillow = "9.5.0"
drf-serpy = "^0.5.0"
djangorestframework-simplejwt = "4.8.0"
[tool.poetry.dev-dependencies]
coverage = "*"
freezegun = "*"
django-admin-smoke-tests = "*"
django-debug-toolbar-line-profiler = "*"
django-nose = "*"
nose-parameterized = "*"
nose-timer = "*"
nose-exclude = "*"
flake8 = "*"
flake8-blind-except = "*"
flake8-comprehensions = "*"
flake8-import-order = "*"
flake8-tidy-imports = "*"
flake8-builtins = "*"
pudb = "*"
coveralls = "*"
ddt = "*"
model_mommy = {git = "https://github.com/auto-mat/model_mommy.git", rev = "issue-377"}
django_coverage_plugin = "*"
flake8_strict = "*"
django-livereload-server = "*"
django-debug-toolbar-template-profiler = "*"
black = "^22.1.0"
pytest = "^6.2.2"
pytest-benchmark = "^3.2.3"
pytest-django = "^4.1.0"
django-webtest = "^1.9.7"
django-dynamic-fixture = "^3.1.1"
selenium = "^3.141.0"
beautifulsoup4 = "^4.9.3"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"