Skip to content

Commit 29395dd

Browse files
authored
nb: update reqs.txt
2 parents 3245bcb + 59cb2d4 commit 29395dd

File tree

1 file changed

+166
-144
lines changed

1 file changed

+166
-144
lines changed
Lines changed: 166 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,169 @@
1-
-i https://pypi.org/simple
2-
aiofiles==22.1.0 ; python_version >= '3.7' and python_version < '4.0'
3-
anyio==3.6.2 ; python_full_version >= '3.6.2'
4-
appdirs==1.4.4
5-
appnope==0.1.3 ; platform_system == 'Darwin'
6-
argcomplete==2.0.0 ; python_version >= '3.6'
7-
argh==0.26.2
8-
argon2-cffi==21.3.0 ; python_version >= '3.6'
9-
argon2-cffi-bindings==21.2.0 ; python_version >= '3.6'
10-
asttokens==2.1.0
11-
asyncio==3.4.3
12-
asyncpg==0.27.0 ; python_full_version >= '3.7.0'
13-
attrs==22.1.0 ; python_version >= '3.5'
14-
babel==2.11.0 ; python_version >= '3.6'
15-
backcall==0.2.0
16-
beautifulsoup4==4.11.1 ; python_full_version >= '3.6.0'
17-
biocommons.seqrepo==0.6.5
18-
biopython==1.80
19-
bioutils==0.5.7 ; python_version >= '3.6'
20-
bleach==5.0.1 ; python_version >= '3.7'
21-
boto3==1.26.16 ; python_version >= '3.7'
22-
botocore==1.29.16 ; python_version >= '3.7'
23-
bs4==0.0.1
24-
canonicaljson==1.6.4 ; python_version >= '3.7'
25-
certifi==2022.9.24 ; python_version >= '3.6'
26-
cffi==1.15.1
27-
charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
28-
click==8.1.3 ; python_version >= '3.7'
29-
coloredlogs==15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
30-
configparser==5.3.0 ; python_version >= '3.7'
31-
cool-seq-tool==0.1.4
32-
cssselect==1.2.0 ; python_version >= '3.7'
33-
debugpy==1.6.3 ; python_version >= '3.7'
34-
decorator==5.1.1 ; python_version >= '3.5'
35-
defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
36-
entrypoints==0.4 ; python_version >= '3.6'
37-
executing==1.2.0
38-
fake-useragent==1.0.1
39-
fastapi==0.87.0 ; python_version >= '3.7'
40-
fastjsonschema==2.16.2
41-
ga4gh.vrs[extras]==0.8.7.dev0 ; python_version >= '3.6'
42-
ga4gh.vrsatile.pydantic==0.0.11
43-
gene-normalizer==0.1.27
44-
gffutils==0.11.1
45-
h11==0.14.0 ; python_version >= '3.7'
46-
hgvs==1.5.4 ; python_version >= '3.6'
47-
humanfriendly==10.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
48-
idna==3.4 ; python_version >= '3.5'
49-
importlib-metadata==5.0.0 ; python_version >= '3.7'
50-
inflection==0.5.1 ; python_version >= '3.5'
51-
ipykernel==6.17.1 ; python_version >= '3.8'
52-
ipython==8.6.0 ; python_version >= '3.8'
53-
ipython-genutils==0.2.0
54-
ipywidgets==8.0.2 ; python_version >= '3.7'
55-
jedi==0.18.2 ; python_version >= '3.6'
56-
jinja2==3.1.2 ; python_version >= '3.7'
57-
jmespath==1.0.1 ; python_version >= '3.7'
58-
json5==0.9.10
59-
jsonschema==3.2.0
1+
## The following requirements were added by pip freeze:
2+
agct==0.1.0.dev1
3+
aiofiles==23.2.1
4+
annotated-types==0.6.0
5+
anyio==4.3.0
6+
appnope==0.1.4
7+
argcomplete==3.3.0
8+
argh==0.31.2
9+
argon2-cffi==23.1.0
10+
argon2-cffi-bindings==21.2.0
11+
arrow==1.3.0
12+
asttokens==2.4.1
13+
async-lru==2.0.4
14+
asyncpg==0.29.0
15+
attrs==23.2.0
16+
Babel==2.14.0
17+
beautifulsoup4==4.12.3
18+
biocommons.seqrepo==0.6.9
19+
biopython==1.83
20+
bioutils==0.5.8.post1
21+
bleach==6.1.0
22+
boto3==1.34.88
23+
botocore==1.34.88
24+
canonicaljson==2.0.0
25+
certifi==2024.2.2
26+
cffi==1.16.0
27+
cfgv==3.4.0
28+
charset-normalizer==3.3.2
29+
click==8.1.7
30+
coloredlogs==15.0.1
31+
comm==0.2.2
32+
configparser==7.0.0
33+
cool_seq_tool==0.4.0.dev3
34+
coverage==7.4.4
35+
-e git+https://github.com/ave-dcd/dcd_mapping/@d00598d6a7535fbe85c567ab56e264e4d3255d4b#egg=dcd_mapping
36+
debugpy==1.8.1
37+
decorator==5.1.1
38+
defusedxml==0.7.1
39+
distlib==0.3.8
40+
executing==2.0.1
41+
fastapi==0.110.2
42+
fastjsonschema==2.19.1
43+
filelock==3.13.4
44+
fqdn==1.5.1
45+
fqfa==1.3.1
46+
ga4gh.vrs==2.0.0a6
47+
gene-normalizer==0.3.0.dev1
48+
gffutils==0.13
49+
h11==0.14.0
50+
hgvs==1.5.4
51+
httpcore==1.0.5
52+
httpx==0.27.0
53+
humanfriendly==10.0
54+
identify==2.5.36
55+
idna==3.7
56+
importlib_metadata==7.1.0
57+
iniconfig==2.0.0
58+
ipykernel==6.29.4
59+
ipython==8.23.0
60+
ipywidgets==8.1.2
61+
isoduration==20.11.0
62+
jedi==0.19.1
63+
Jinja2==3.1.3
64+
jmespath==1.0.1
65+
json5==0.9.25
66+
jsonpointer==2.4
67+
jsonschema==4.21.1
68+
jsonschema-specifications==2023.12.1
6069
jupyter==1.0.0
61-
jupyter-client==7.4.7 ; python_version >= '3.7'
62-
jupyter-console==6.4.4 ; python_version >= '3.7'
63-
jupyter-core==5.0.0 ; python_version >= '3.8'
64-
jupyter-server==1.23.3 ; python_version >= '3.7'
65-
jupyterlab==3.5.0
66-
jupyterlab-pygments==0.2.2 ; python_version >= '3.7'
67-
jupyterlab-server==2.16.3 ; python_version >= '3.7'
68-
jupyterlab-widgets==3.0.3 ; python_version >= '3.7'
69-
lxml==4.9.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
70-
markdown==3.4.1 ; python_version >= '3.7'
71-
markupsafe==2.1.1 ; python_version >= '3.7'
72-
matplotlib-inline==0.1.6 ; python_version >= '3.5'
73-
mistune==2.0.4
74-
nbclassic==0.4.8 ; python_version >= '3.7'
75-
nbclient==0.7.0 ; python_full_version >= '3.7.0'
76-
nbconvert==7.2.5 ; python_version >= '3.7'
77-
nbformat==5.7.0 ; python_version >= '3.7'
78-
nest-asyncio==1.5.6
79-
notebook==6.5.2 ; python_version >= '3.7'
80-
notebook-shim==0.2.2 ; python_version >= '3.7'
81-
numpy==1.23.5 ; python_version >= '3.8'
82-
packaging==21.3 ; python_version >= '3.6'
83-
pandas==1.5.2
84-
pandocfilters==1.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
85-
parse==1.19.0
86-
parsley==1.3
87-
parso==0.8.3 ; python_version >= '3.6'
88-
pexpect==4.8.0 ; sys_platform != 'win32'
89-
pickleshare==0.7.5
90-
platformdirs==2.5.4 ; python_version >= '3.7'
91-
plotly==5.11.0
92-
prometheus-client==0.15.0 ; python_version >= '3.6'
93-
prompt-toolkit==3.0.33 ; python_full_version >= '3.6.2'
94-
psutil==5.9.4 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
95-
psycopg2==2.9.5 ; python_version >= '3.6'
96-
psycopg2-binary==2.9.5
97-
ptyprocess==0.7.0 ; os_name != 'nt'
70+
jupyter-console==6.6.3
71+
jupyter-events==0.10.0
72+
jupyter-lsp==2.2.5
73+
jupyter_client==8.6.1
74+
jupyter_core==5.7.2
75+
jupyter_server==2.14.0
76+
jupyter_server_terminals==0.5.3
77+
jupyterlab==4.1.6
78+
jupyterlab_pygments==0.3.0
79+
jupyterlab_server==2.27.0
80+
jupyterlab_widgets==3.0.10
81+
MarkupSafe==2.1.5
82+
matplotlib-inline==0.1.7
83+
mavehgvs==0.6.1
84+
mistune==3.0.2
85+
nbclient==0.10.0
86+
nbconvert==7.16.3
87+
nbformat==5.10.4
88+
nest-asyncio==1.6.0
89+
nodeenv==1.8.0
90+
notebook==7.1.3
91+
notebook_shim==0.2.4
92+
numpy==1.26.4
93+
overrides==7.7.0
94+
packaging==24.0
95+
pandas==2.2.2
96+
pandocfilters==1.5.1
97+
Parsley==1.3
98+
parso==0.8.4
99+
pexpect==4.9.0
100+
platformdirs==4.2.0
101+
pluggy==1.5.0
102+
polars==0.20.22
103+
pre-commit==3.7.0
104+
prometheus_client==0.20.0
105+
prompt-toolkit==3.0.43
106+
psutil==5.9.8
107+
psycopg==3.1.18
108+
psycopg-binary==3.1.18
109+
psycopg2==2.9.9
110+
ptyprocess==0.7.0
98111
pure-eval==0.2.2
99-
pycparser==2.21
100-
pydantic==1.10.2 ; python_version >= '3.7'
101-
pyee==8.2.2
102-
pyfaidx==0.7.1
103-
pygments==2.13.0 ; python_version >= '3.6'
104-
pyliftover==0.4
105-
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
106-
pyppeteer==1.0.2 ; python_version >= '3.7' and python_version < '4.0'
107-
pyquery==1.4.3
108-
pyrsistent==0.19.2 ; python_version >= '3.7'
109-
pysam==0.18.0
110-
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
111-
python-jsonschema-objects==0.4.1
112-
pytz==2022.6
113-
pyyaml==6.0 ; python_version >= '3.6'
114-
pyzmq==24.0.1 ; python_version >= '3.6'
115-
qtconsole==5.4.0 ; python_version >= '3.7'
116-
qtpy==2.3.0 ; python_version >= '3.7'
117-
requests==2.28.1
118-
requests-html==0.10.0 ; python_full_version >= '3.6.0'
119-
s3transfer==0.6.0 ; python_version >= '3.7'
120-
send2trash==1.8.0
121-
setuptools==65.6.2 ; python_version >= '3.7'
122-
simplejson==3.18.0 ; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3'
123-
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
124-
sniffio==1.3.0 ; python_version >= '3.7'
125-
soupsieve==2.3.2.post1 ; python_version >= '3.6'
126-
sqlparse==0.4.3 ; python_version >= '3.5'
127-
stack-data==0.6.1
128-
starlette==0.21.0 ; python_version >= '3.7'
129-
tabulate==0.9.0 ; python_version >= '3.7'
130-
tenacity==8.1.0 ; python_version >= '3.6'
131-
terminado==0.17.0 ; python_version >= '3.7'
132-
tinycss2==1.2.1 ; python_version >= '3.7'
133-
tomli==2.0.1 ; python_version >= '3.7'
134-
tornado==6.2 ; python_version >= '3.7'
135-
tqdm==4.64.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
136-
traitlets==5.5.0 ; python_version >= '3.7'
137-
typing-extensions==4.4.0 ; python_version >= '3.7'
138-
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
139-
uvicorn==0.20.0 ; python_version >= '3.7'
140-
w3lib==2.0.1 ; python_version >= '3.6'
141-
wcwidth==0.2.5
112+
pycparser==2.22
113+
pydantic==2.7.0
114+
pydantic_core==2.18.1
115+
pyfaidx==0.8.1.1
116+
Pygments==2.17.2
117+
pyliftover==0.4.1
118+
pysam==0.22.0
119+
pytest==8.1.1
120+
pytest-asyncio==0.23.6
121+
pytest-cov==5.0.0
122+
pytest-mock==3.14.0
123+
python-dateutil==2.9.0.post0
124+
python-dotenv==1.0.1
125+
python-json-logger==2.0.7
126+
pytz==2024.1
127+
PyYAML==6.0.1
128+
pyzmq==26.0.2
129+
qtconsole==5.5.1
130+
QtPy==2.4.1
131+
referencing==0.34.0
132+
requests==2.31.0
133+
requests-mock==1.12.1
134+
rfc3339-validator==0.1.4
135+
rfc3986-validator==0.1.1
136+
rpds-py==0.18.0
137+
ruff==0.2.0
138+
s3transfer==0.10.1
139+
Send2Trash==1.8.3
140+
setuptools==69.5.1
141+
setuptools-scm==8.1.0
142+
simplejson==3.19.2
143+
six==1.16.0
144+
sniffio==1.3.1
145+
soupsieve==2.5
146+
sqlparse==0.5.0
147+
stack-data==0.6.3
148+
starlette==0.37.2
149+
tabulate==0.9.0
150+
terminado==0.18.1
151+
tinycss2==1.2.1
152+
tornado==6.4
153+
tqdm==4.66.2
154+
traitlets==5.14.3
155+
types-python-dateutil==2.9.0.20240316
156+
typing_extensions==4.11.0
157+
tzdata==2024.1
158+
uri-template==1.3.0
159+
urllib3==1.26.18
160+
uvicorn==0.29.0
161+
virtualenv==20.25.3
162+
wags_tails==0.1.3
163+
wcwidth==0.2.13
164+
webcolors==1.13
142165
webencodings==0.5.1
143-
websocket-client==1.4.2 ; python_version >= '3.7'
144-
websockets==10.4 ; python_version >= '3.7'
145-
widgetsnbextension==4.0.3 ; python_version >= '3.7'
146-
yoyo-migrations==8.1.0
147-
zipp==3.10.0 ; python_version >= '3.7'
166+
websocket-client==1.7.0
167+
widgetsnbextension==4.0.10
168+
yoyo-migrations==8.2.0
169+
zipp==3.18.1

0 commit comments

Comments
 (0)