-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
47 lines (45 loc) · 902 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipython = "*"
pyflakes = "*"
autopep8 = "*"
pylint = "*"
coverage = "*"
pytest = "*"
requests = "*"
fakeredis = "*"
vcrpy = "*"
sanic-testing = "*"
pytest-env = "*"
pytest-asyncio = "*"
nest-asyncio = "*"
pudb = "*"
pre-commit = "*"
ipdb = "*"
black = "*"
[packages]
python-jose = "*"
sanic = ">=22.3"
erppeek = "*"
sanic-jwt = "*"
pytz = "*"
passlib = "*"
pony = "*"
environs = "*"
uvicorn = "*"
aioredis = "*"
pymongo = ">=3.12,<4.0"
motor = ">=2.5,<3.0"
pool-transport = {git = "https://github.com/Som-Energia/pool_transport.git"}
pyyaml = "*"
sentry-sdk = "*"
aiohttp = "*"
hiredis = "*"
somutils = "*"
yamlns = "*"
connexion = {extras = ["swagger-ui"], version = "*"}
psycopg = {extras = ["pool", "binary"]}
backports-zoneinfo = {markers="python_version < '3.9'"} # Missing indirect dependency of psycopg