-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
53 lines (50 loc) · 1.07 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
[tool.poetry]
name = "canopus"
version = "1.0.0"
description = ""
authors = ["Josue Montano <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.6"
alembic = "^1.0"
cornice = "^3.4"
gunicorn = "^19.9"
huey = "^1.10"
ipdb = "^0.11"
ipython = "^7.1"
marshmallow = "3.0.0b13"
marshmallow_enum = "^1.4"
marshmallow_sqlalchemy = "^0.15"
pendulum = "^2.0"
phonenumbers = "^8.10"
plaster_pastedeploy = "^0.6"
psycopg2 = "^2.7"
pyramid = "^1.10"
pyramid_debugtoolbar = "^4.5"
pyramid_ipython = "^0.2.0"
pyramid_jinja2 = "^2.7"
pyramid-jinja2-webpack = "^0.1"
pyramid_jwt = "^1.4"
pyramid_retry = "^1.0"
pyramid_tm = "^2.2"
redis = "^3.0"
rollbar = "^0.14"
sqlalchemy = "^1.2"
SQLAlchemy-Searchable = "^1.0"
sqlalchemy-utils = "^0.33"
transaction = "^2.4"
waitress = "^1.1"
webargs = "^5.0"
"zope.sqlalchemy" = "^1.0"
[tool.poetry.dev-dependencies]
configparser = "^3.5"
factory_boy = "^2.11"
faker = "^1.0"
freezegun = "^0.3"
pytest = "4.0.2"
pytest-cov = "^2.6"
pytest-mock = "^1.10"
pytest-randomly = "^1.2"
WebTest = "^2.0"
[tool.black]
skip-string-normalization = true
py36 = true