forked from kensho-technologies/graphql-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
37 lines (34 loc) · 773 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "==1.5.1"
coveralls = "==1.5.1"
# The Cython dependency of pymssql is not correctly resolved on all systems
# so it is explicitly included here.
cython = "==0.29.2"
flake8 = "==3.6.0"
flake8-print = "==3.1.0"
flake8-quotes = "==1.0.0"
frozendict = "==1.2"
isort = "==4.3.4"
mysqlclient = "==1.3.14"
parameterized = "==0.6.1"
psycopg2 = "==2.7.5"
pydocstyle = "==2.1.1"
pylint = "==1.8.2"
pymssql = "==2.1.4"
pyorient = "==1.5.5"
pytest = "==4.1.0"
pytest-cov = "==2.6.1"
snapshottest = "==0.5.0"
[packages]
arrow = ">=0.10.0,<1"
funcy = ">=1.7.3,<2"
graphql-core = ">=2.1,<3"
pytz = ">=2017.2"
six = ">=1.10.0"
sqlalchemy = ">=1.3.0,<2"
[requires]
python_version = "3.6"