forked from openstates/openstates.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (40 loc) · 918 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
[tool.poetry]
name = "openstates.org"
version = "3.4"
description = ""
authors = ["James Turk <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
django = "^2.2"
pybase62 = "^0.4.0"
python-dateutil = "^2.8"
feedparser = "6.0.0b1"
boto3 = "^1.9"
whitenoise = "^4.1"
graphene-django = "^2.4"
newrelic = "^4.20"
us = "^2.0"
bleach = "^3.1"
django-cors-headers = "^3.0"
name-tools = "^0.1.3"
dj-database-url = "^0.5.0"
django-allauth = "^0.42.0"
django-recaptcha = "^2.0.6"
django-redis-cache = "^2.1.0"
structlog = "^20.1.0"
colorama = "^0.4.3"
sentry-sdk = "^0.14.2"
freezegun = "^0.3.15"
openstates = "^5.3.0"
graphene-graphiql-explorer = "^0.0.1"
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"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"