This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
91 lines (88 loc) · 2.01 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
3 = "==0.0.0"
aiosqlite = "==0.17.0"
alembic = "==1.8.1"
anyio = "==3.6.2"
apprise = "==1.1.0"
asgi-lifespan = "==2.0.0"
asyncpg = "==0.27.0"
cachetools = "==5.2.0"
certifi = "==2022.9.24"
cffi = "==1.15.1"
charset-normalizer = "==2.1.1"
click = "==8.1.3"
cloudpickle = "==2.2.0"
commonmark = "==0.9.1"
coolname = "==2.0.0"
croniter = "==1.3.7"
cryptography = "==38.0.3"
deprecated = "==1.2.13"
docker = "==6.0.1"
fastapi = "==0.86.0"
fsspec = "==2022.11.0"
google-auth = "==2.14.1"
greenlet = "==2.0.1"
griffe = "==0.23.0"
h11 = "==0.12.0"
h2 = "==4.1.0"
hpack = "==4.0.0"
httpcore = "==0.15.0"
hyperframe = "==6.0.1"
idna = "==3.4"
importlib-metadata = "==5.0.0"
jsonpatch = "==1.32"
jsonpointer = "==2.3"
keyring = "==23.4.1"
kubernetes = "==25.3.0"
mako = "==1.2.3"
markdown = "==3.4.1"
markupsafe = "==2.1.1"
numpy = "==1.23.4"
oauthlib = "==3.2.2"
orjson = "==3.8.1"
packaging = "==21.3"
pandas = "==1.5.1"
pathspec = "==0.10.1"
pendulum = "==2.1.2"
prefect = "==2.6.7"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.21"
pydantic = "==1.10.2"
pygments = "==2.13.0"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
python-slugify = "==6.1.2"
pytz = "==2022.6"
pytzdata = "==2020.1"
pyyaml = "==6.0"
readchar = "==4.0.3"
requests = "==2.28.1"
requests-oauthlib = "==1.3.1"
rich = "==12.6.0"
rsa = "==4.9"
sevenbridges-python = "==2.9.1"
six = "==1.16.0"
sniffio = "==1.3.0"
starlette = "==0.20.4"
synapseclient = "==2.7.0"
text-unidecode = "==1.3"
toml = "==0.10.2"
typer = "==0.7.0"
typing-extensions = "==4.4.0"
urllib3 = "==1.26.12"
uvicorn = "==0.19.0"
websocket-client = "==1.4.2"
wrapt = "==1.14.1"
zipp = "==3.10.0"
httpx = {version = "==0.23.0", extras = ["http2"]}
rfc3986 = {version = "==1.5.0", extras = ["idna2008"]}
sqlalchemy = {version = "==1.4.43", extras = ["asyncio"]}
sagetasks = {git = "https://github.com/Sage-Bionetworks-Workflows/sagetasks.git", editable = true, ref = "v0.3.0"}
[dev-packages]
[requires]
python_version = "3.10"