forked from mhl/postcodes-mapit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
91 lines (89 loc) · 1.8 KB
/
pyproject.toml
File metadata and controls
91 lines (89 loc) · 1.8 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
[tool.poetry]
name = "postcodes-mapit"
version = "0.1.0"
description = ""
authors = ["Tom Barton <tom.r.barton@gmail.com>"]
readme = "README.md"
packages = [{include = "postcodes_mapit"}]
[tool.poetry.dependencies]
python = "3.8.11"
appdirs = "1.4.3"
asgiref = "3.3.1"
backcall = "0.2.0"
black = "20.8b1"
boto3 = "1.12.39"
botocore = "1.15.49"
CacheControl = "0.12.6"
certifi = "2019.11.28"
chardet = "3.0.4"
click = "7.1.2"
colorama = "0.4.3"
contextlib2 = "0.6.0"
cycler = "0.10.0"
decorator = "4.4.2"
distlib = "0.3.0"
distro = "1.4.0"
dj-database-url = "0.5.0"
Django = "3.1.3"
django-debug-toolbar = "3.2"
django-extensions = "3.1.3"
django-mapit = "3.0"
django-storages = "1.9.1"
docutils = "0.15.2"
flake8 = "3.9.2"
gunicorn = "19.7.1"
html5lib = "1.0.1"
idna = "2.8"
ipaddr = "2.2.0"
ipdb = "0.13.4"
ipython = "7.19.0"
ipython-genutils = "0.2.0"
jedi = "0.17.2"
jmespath = "0.10.0"
libsass = "0.20.1"
lockfile = "0.12.2"
lxml = "4.6.1"
matplotlib = "2.0.2"
mccabe = "0.6.1"
msgpack = "0.6.2"
mypy-extensions = "0.4.3"
numpy = "1.19.4"
packaging = "20.3"
parso = "0.7.1"
pathspec = "0.8.1"
pep517 = "0.8.2"
pexpect = "4.8.0"
pickleshare = "0.7.5"
progress = "1.5"
prompt-toolkit = "3.0.8"
psycopg2 = "2.9.5"
ptyprocess = "0.6.0"
pycodestyle = "2.7.0"
pyflakes = "2.3.1"
Pygments = "2.7.2"
pyparsing = "2.4.6"
python-dateutil = "2.8.1"
pytoml = "0.1.21"
pytz = "2020.4"
PyYAML = "5.3.1"
regex = "2020.11.13"
requests = "2.25.0"
retrying = "1.3.3"
s3transfer = "0.3.3"
scipy = "1.5.4"
Shapely = "1.7.1"
simplegeneric = "0.8.1"
six = "1.14.0"
sqlparse = "0.4.1"
toml = "0.10.2"
tqdm = "4.61.1"
traitlets = "5.0.5"
typed-ast = "1.4.1"
typing-extensions = "3.7.4.3"
uk-postcode-utils = "1.1"
urllib3 = "1.25.8"
wcwidth = "0.2.5"
webencodings = "0.5.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"