forked from openstates/openstates.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
44 lines (41 loc) · 931 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
[tool.poetry]
name = "openstates.org"
version = "3.4"
description = ""
authors = ["James Turk <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
django = "^3.2"
django-cors-headers = "^3.7"
django-allauth = "^0.42.0"
django-recaptcha = "^2.0.6"
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"
us = "^2.0.2"
bleach = "^3.1"
structlog = "^20.1.0"
colorama = "^0.4.3"
sentry-sdk = "^1.0.0"
freezegun = "^0.3.15"
openstates = "^6.7.0"
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.6"
invoke = "^1.5.0"
black = "^21.4b2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"