forked from steemit/yo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
57 lines (54 loc) · 953 Bytes
/
Pipfile
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
[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
[requires]
python_version = "3.6"
[packages]
ujson = "*"
aiohttp = "*"
jsonrpcclient = "*"
jsonrpcserver = "*"
websockets = "*"
cchardet = "*"
uvloop = "*"
cryptography = "*"
http-ece = "*"
requests = "*"
python-dateutil = "*"
sendgrid = "*"
twilio = "*"
premailer = "*"
"jinja2" = "*"
structlog = {extras = ["dev"]}
colorama = "*"
"psycopg2" = "*"
pylru = "*"
click = "*"
dpay = "*"
asyncpg = "*"
serpy = "*"
cytoolz = "*"
rpc-auth-py = {git = "git@github.com:steemit/rpc-auth-py.git", editable = true}
sqlalchemy = "*"
python-rapidjson = "*"
aiodns = "*"
[dev-packages]
ipython = "*"
"pep8" = "*"
pytest = "*"
pytest-console-scripts = "*"
pytest-docker = "*"
pytest-pylint = "*"
pytest-cov = "*"
recommonmark = "*"
yapf = "*"
"autopep8" = "*"
docker = "*"
isort = "*"
autoflake = "*"
pre-commit = "*"
asynctest = "*"
pytest-mock = "*"
pylint = "*"
ipdb = "*"
pytest-asyncio = "*"