-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPipfile
More file actions
executable file
·37 lines (34 loc) · 778 Bytes
/
Pipfile
File metadata and controls
executable file
·37 lines (34 loc) · 778 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "<5"
django-cms = "<4"
fabric = "*"
djangocms-text-ckeditor = "*"
djangocms-file = "*"
djangocms-picture = "*"
djangocms-link = "*"
django-recaptcha = "*"
djangocms-style = "*"
djangocms-snippet = "*"
djangocms-video = "*"
djangorestframework = "*"
django-taggit = "~=3.0"
# djangocms-page-tags = "*" -- doesn't work with newer versons of django cms
mysql-connector-python = "*"
mysqlclient = "*"
paypal-checkout-serversdk = "*"
selenium = "*"
mailosaur = "*"
names = "*"
wiki = {git = "https://github.com/django-wiki/django-wiki.git"}
django-hijack = "*"
django-autocomplete-light = "*"
gunicorn = "*"
[dev-packages]
autopep8 = "*"
black = "*"
[requires]
python_version = "3.10"