-
Notifications
You must be signed in to change notification settings - Fork 63
/
Pipfile
55 lines (52 loc) · 1.18 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = "*"
collectfast = "*"
dj-database-url = "*"
django = "<5"
django-debug-toolbar = "*"
django-ordered-model = "*"
"django-s3-folder-storage" = "*"
django-storages = "*"
gunicorn = "*"
"psycopg2-binary" = "*"
python-decouple = "*"
Pillow = "*"
ipython = "<8"
django-sitemaps = "*"
django-role-permissions = "*"
responses = "*"
pagarme-python = {editable = true, git = "https://github.com/pythonprobr/pagarme-python.git", ref = "117"}
sentry-sdk = "*"
python-dateutil = "*"
django-extensions = "*"
django-bootstrap4 = "*"
celery = "*"
redis = "*"
inflection = "*"
django-two-factor-auth = {extras = ["phonenumberslite"], version = "*"}
django-recaptcha = "*"
django-pagarme = "*"
django-redis = "*"
posthog = "*"
urllib3 = "<2"
pytz = "*"
activecampaign-python = {ref = "update-list", git = "git+https://github.com/renzon/activecampaign-python.git"}
[dev-packages]
faker = "*"
"flake8" = "*"
freezegun = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-freezegun = "*"
pytest-mock = "*"
pytest = "*"
django-test-migrations = "*"
model-bakery = "*"
flower = "*"
pytest-responses = "*"
[requires]
python_version = "3.12"