-
Notifications
You must be signed in to change notification settings - Fork 52
/
pyproject.toml
50 lines (46 loc) · 981 Bytes
/
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
[tool.poetry]
name = "openstates.org"
version = "3.4"
description = ""
authors = ["James Turk <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
Django = "3.2.14"
django-cors-headers = "^3.7"
django-allauth = "^0.48.0"
django-recaptcha = "^3.0.0"
django-redis-cache = "^3.0.0"
graphene-django = "^2.15"
graphene-graphiql-explorer = "^0.0.1"
dj-database-url = "^0.5.0"
whitenoise = "^5.2"
pybase62 = "^0.4.3"
python-dateutil = "^2.8"
feedparser = "6.0.2"
boto3 = "^1.9"
newrelic = "^6.2"
bleach = "^3.1"
structlog = "^20.1.0"
colorama = "^0.4.3"
freezegun = "^0.3.15"
openstates = "6.17.8"
rrl = "^0.3.1"
PyGithub = "^1.54.1"
yamlordereddictloader = "^0.4.0"
[tool.poetry.dev-dependencies]
pytest = "^5.0"
pytest-django = "^3.5"
flake8 = "^3.7"
ipython = "^7.31"
invoke = "^1.5.0"
black = "^22.3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.black]
extend-exclude = '''
/(
| openstates-postgres
| node_modules
)/
'''