-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
34 lines (30 loc) · 661 Bytes
/
Pipfile
File metadata and controls
34 lines (30 loc) · 661 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
multidict = "*"
aiohttp = "<3.7"
aiohttp-jinja2 = "==1.2.0"
aiohttp_cors = ">=0.7.0"
PyYAML = "*"
Jinja2 = "==2.11.3"
cryptography = "*"
aiohttp-session = "*"
aiomcache = "*"
swagger-ui-bundle = "==0.0.6"
botocore = "<1.21.0,>=1.20.12"
boto3 = ">=1.17.0"
pygithub = "*"
s3-tar = "*"
requests = "*"
jsonschema = "*"
PyGithub = "*"
smart_open = "*"
kgx = ">=1.3.0"
[dev-packages]
cryptography
[requires]
python_version = "3.9"
[packages]
connexion = {git = "https://github.com/STARInformatics/connexion.git", editable = true, ref = "fix-urlencoded-body-parameter-parsing"}