-
Notifications
You must be signed in to change notification settings - Fork 61
/
Pipfile
75 lines (72 loc) · 1.38 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.6"
[packages]
acme = "*"
aiohttp = "*"
alembic = "*"
"aniso8601" = "*"
apns = "*"
"apns2-client" = "*"
babel = "*"
biplist = "*"
bixar = {git = "https://github.com/cmdmnt/bixar.git",editable = true}
blinker = "*"
decorator = "*"
docutils = "*"
flask = "*"
flask-alembic = "*"
flask-cors = "*"
flask-jwt = "*"
flask-marshmallow = "*"
flask-rest-jsonapi = "*"
flask-restful = "*"
flask-sqlalchemy = "*"
future = "*"
imagesize = "*"
marshmallow-enum = "*"
marshmallow-sqlalchemy = "*"
"oauth2" = "*"
"oauth2client" = "*"
oscrypto = "*"
passlib = "*"
paste = "*"
py = "*"
"pyasn1" = "*"
"pyasn1-modules" = "*"
pycparser = "*"
pycryptodomex = "*"
pygments = "*"
pyparsing = "*"
"repoze.who" = "*"
requests = "*"
rsa = "*"
SCEPy = {git = "https://github.com/cmdmnt/SCEPy.git",editable = true}
semver = "*"
signxml = "*"
ukpostcodeparser = "*"
sqlalchemy = "*"
cryptography = "*"
python-dateutil = "*"
requests-oauthlib = "*"
authlib = "*"
commandment = {editable = true,path = "."}
[dev-packages]
alembic-viz = "*"
factory-boy = "*"
mock = "*"
mypy = "*"
pytest = "*"
pytest-runner = "*"
sadisplay = "*"
sphinx = "*"
sphinxcontrib-httpdomain = "*"
sphinxcontrib-napoleon = "*"
sphinxcontrib-plantuml = "*"
sphinxcontrib-websupport = "*"
guzzle-sphinx-theme = "*"
typing = "*"
sphinx-rtd-theme = "*"