-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPipfile
More file actions
107 lines (104 loc) · 4.63 KB
/
Pipfile
File metadata and controls
107 lines (104 loc) · 4.63 KB
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
Werkzeug="==3.1.6" # https://github.com/pallets/werkzeug
ipdb="==0.13.13" # https://github.com/gotcha/ipdb
mypy="==1.16.0" # https://github.com/python/mypy
pytest="==8.3.5" # https://github.com/pytest-dev/pytest
freezegun="==1.5.2" # https://pypi.org/project/freezegun/
pytest-watch="==4.2.0" # https://github.com/joeyespo/pytest-watch
pytest-cov="==6.2.1" # https://pypi.org/project/pytest-cov/
pytest-xdist="==3.6.1"
pytest-testmon="==2.1.3" # https://testmon.org/
pytest-django="==4.11.1" # https://github.com/pytest-dev/pytest-django
pytest-factoryboy="==2.7.0"
factory-boy = "==3.3.3"
faker = "==37.4.0"
model-bakery = "==1.20.5"
coverage="==7.9.1" # https://github.com/nedbat/coveragepy
django-stubs="==5.2.1" # https://github.com/typeddjango/django-stubs
bandit="==1.8.5" # https://github.com/PyCQA/bandit
django-debug-toolbar="==5.2.0" # https://github.com/jazzband/django-debug-toolbar
django-extensions="==3.2.3" # https://github.com/django-extensions/django-extensions
django-coverage-plugin="==3.1.0" # https://github.com/nedbat/django_coverage_plugin
flower = "==2.0.1"
notebook = "==7.4.3"
pre-commit = "==4.2.0"
black = "==26.3.1"
isort = "==6.0.1"
flake8 = "==6.1.0"
pip-audit = "==2.9.0"
pdfplumber = "==0.11.9"
[packages]
Sphinx="==9.1.0" # https://github.com/sphinx-doc/sphinx
sphinx-rtd-theme="==3.1.0" # https://github.com/readthedocs/sphinx_rtd_theme
sphinx-autodoc-typehints="==3.7.0" # https://github.com/tox-dev/sphinx-autodoc-typehints
psycopg2="==2.9.10" # https://github.com/psycopg/psycopg2
requests="==2.33.0"
celery = "==5.5.1" # http://www.celeryproject.org
pytz= "==2025.2" # https://github.com/stub42/pytz
python-slugify= "==8.0.4" # https://github.com/un33k/python-slugify
pillow= "==12.1.1" # https://github.com/python-pillow/Pillow
argon2-cffi= "==25.1.0" # https://github.com/hynek/argon2_cffi
redis= "==5.0.1" # https://github.com/antirez/redis
django-xworkflows="==1.0.0" # https://github.com/rbarrois/django_xworkflows
drf_base64="==2.0" # https://pypi.org/project/drf_base64/
pandas="==2.3.1" # https://github.com/pandas-dev/pandas/
numpy="==2.3.1" # https://github.com/numpy/numpy/
XlsxWriter="==3.2.5" # https://github.com/jmcnamara/XlsxWriter
django="==5.2.12" # https://www.djangoproject.com/
django-environ="==0.12.0" # https://github.com/joke2k/django-environ
django-model-utils="==4.5.1" # https://github.com/jazzband/django-model-utils
django-redis="==5.4.0" # https://github.com/niwinz/django-redis
django-des = {editable = true, ref = "3.0.0", git = "https://github.com/prefeiturasp/django-des-fork.git"}
django-auditlog="==3.2.1" # https://github.com/jazzband/django-auditlog/
django-cors-headers="==4.7.0" # https://pypi.org/project/django-cors-headers/
django-sequences="==3.0" # https://pypi.org/project/django-sequences/
django-multiselectfield="==0.1.13" # https://github.com/goinnn/django-multiselectfield
django-celery-beat="==2.8.0" # https://github.com/celery/django-celery-beat
django-admin-rangefilter="==0.13.3" # https://github.com/silentsokolov/django-admin-rangefilter
django-nested-inline="==0.4.6"
djangorestframework="==3.16.1" # https://github.com/encode/django-rest-framework
djangorestframework-simplejwt="==5.5.1" # https://github.com/jazzband/djangorestframework-simplejwt
workalendar="==17.0.0" # https://github.com/peopledoc/workalendar
djangorestframework-xml = "==2.0.0"
django-simple-email-confirmation = {editable = true, ref = "1.0", git = "https://github.com/kelwys/django-simple-email-confirmation.git"}
gunicorn="==23.0.0" # https://github.com/benoitc/gunicorn
tornado="==6.5.5" # http://www.tornadoweb.org/en/stable/
sentry-sdk = "==2.38.0"
django-prometheus = "==2.4.1"
weasyprint = "==68.0"
django-sass-processor = "==1.4.2"
django-compressor = "==4.5.1"
libsass = "==0.23.0"
django-crispy-forms = "==2.6"
django-weasyprint = "==2.4.0"
django-filter = "==24.2"
importlib-metadata = "==8.7.0"
attrs = "==25.3.0"
xlrd = "==2.0.2"
spyne = { git = "https://github.com/prefeiturasp/spyne-fork.git" }
lxml = "==6.0.2"
openpyxl = "==3.1.5"
httpx = "==0.28.1"
pikepdf = "==10.5.1"
PyPDF4 = "==1.27.0"
pydantic = "==2.11.7"
python-magic = {version = "==0.4.27", markers = "sys_platform == 'linux'"}
python-magic-bin = {version = "==0.4.14", markers = "sys_platform == 'win32'"}
brazilnum="==0.8.8"
munch="==4.0.0"
channels = "==4.3.1"
channels-redis = "==4.3.0"
daphne = "==4.2.1"
drf-spectacular = "==0.28.0"
cerberus = "==1.3.8"
coverage-badge = "==1.1.2"
beautifulsoup4 = "==4.13.4"
pypdf = "==6.9.2"
unidecode = "==1.4.0"
bleach = "==6.3.0"
[requires]
python_version = "3.13.3"