-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
63 lines (60 loc) · 1.32 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
[tool.poetry]
name = "eshc-intranet"
version = "0.1.0"
description = ""
authors = ["eshc"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
Django = "^3.1.14"
boto3 = "^1.23.4"
Markdown = "^3.3.7"
autopep8 = "^1.6.0"
"backports.csv" = "^1.0.7"
dj-database-url = "^0.5.0"
dj-static = "^0.0.6"
django-appconf = "^1.0.5"
django-crispy-forms = "^1.14.0"
django-debug-toolbar = "^3.4.0"
django-htmlmin = "^0.11.0"
django-import-export = "^2.8.0"
django-ordered-model = "^3.5"
django-sendfile = "^0.3.11"
djangorestframework = "^3.13.1"
fake-factory = "^9999.9.9"
gunicorn = "^22"
hovercraft = "^2.7"
idna_ssl = "^1.1.0"
jdcal = "^1.4.1"
ldap3 = "^2.9.1"
Markups = "^3.1.3"
micawber = "^0.5.4"
oauthlib = "^3.2.0"
olefile = "^0.46"
pathtools = "^0.1.2"
pdfrw = "^0.4"
pipdeptree = "^2.2.1"
psycopg2 = "^2.8.3"
pyquery = "^1.4.3"
python-http-client = "^3.3.7"
python-quickbooks = "^0.9.1"
reportlab = "^3.6.9"
sh = "^1.14.2"
toml = "^0.10.2"
unicodecsv = "^0.14.1"
Unidecode = "^1.3.4"
whitenoise = "^6.1.0"
Whoosh = "^2.7.4"
wiki = "^0.11.1"
Genshi = "^0.7.7"
appdirs = "^1.4.4"
authclient = "^1.0"
chardet = "^4.0.0"
django-allauth = "^0.50.0"
"path.py" = "^12.5.0"
django-storages = "^1.12.3"
[tool.poetry.dev-dependencies]
autopep8 = "^1.6.0"
[build-system]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"