-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
84 lines (80 loc) · 2.31 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
[tool.black]
# Set line length explicitly.
# See https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length for more details
line-length = 88
exclude = "/*migrations*/"
[tool.poetry]
authors = ["Chameleon Cloud <contact@chameleoncloud.org>"]
description = ""
name = "portal"
version = "0.1.0"
[tool.poetry.dependencies]
Pillow = "^8.1.0"
PyYAML = "^6.0.2"
bibtexparser = "<1.2.0"
celery = "~5.1"
django = "^4.2"
django-angular = "^2.2"
django-bootstrap3 = "^24"
django-ckeditor = "^6.7.0"
django-cms = "^3.8"
django-csp = "^3.7"
django-filer = "~3.2.3"
django-markdown-deux = "^1.0.5"
django-meta = "^2.4.0"
django-parler = "^2.3"
django-pipeline = "^2.0.5"
django-polymorphic = "~3.0.0"
django-sekizai = "^4.1.0"
django-termsandconditions = "^2.0.12"
django-webpack-loader = "^3.1.1"
djangocms-attributes-field = "^3.0.0"
djangocms-blog = {git = "https://github.com/ChameleonCloud/djangocms-blog", rev = "chameleon/2.0.x"}
djangocms-column = "^2.1.0"
djangocms-file = "^3.0.1"
djangocms-link = "^4.0.0"
djangocms-picture = "^4.1.1"
djangocms-style = "^3.1.0"
djangocms-text-ckeditor = "^5.1.6"
djangocms-video = "^3.1.0"
djangorestframework = "^3.15"
httpretty = "^1.0.5"
mock = "^4.0.3"
mozilla-django-oidc = {git = "https://github.com/chameleoncloud/mozilla-django-oidc"}
mysqlclient = "^1.3.13"
ply = "^3.11"
pybliometrics = "~4.1"
pydetex = "~1.0"
pytas = {git = "https://github.com/ChameleonCloud/pytas"}
python = "3.10.11"
python-blazarclient = {git = "https://github.com/ChameleonCloud/python-blazarclient", branch = "chameleoncloud/stable/train"}
python-cinderclient = "^7.2.0"
python-glanceclient = "2.17.1"
python-ironicclient = "4.7.0"
python-keycloak-client = {git = "https://github.com/ChameleonCloud/python-keycloak-client"}
python-keystoneclient = "3.21.0"
python-memcached = "^1.59"
python-novaclient = "15.1.1"
python3-openid = "^3.2.0"
pytz = "^2020.5"
redis = "^3.5.3"
requests = "^2.25.1"
rt = "^2.0.1"
six = "^1.15.0"
sqlparse = "^0.4.1"
django-recaptcha = "^4.0.0"
uWSGI = "^2.0.19"
djangocms-bootstrap4 = "^3.0.2"
jsonpatch = "^1.32"
nltk = "^3.7"
djangocms-snippet = "^3.1.0"
scholarly = "^1.7.11"
pymemcache = "^4.0.0"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
flake8 = "^3.8.4"
pycodestyle = "^2.6.0"
pydocstyle = "^5.1.1"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.2.0"]