Skip to content

Commit 727f2a0

Browse files
committed
temp solution for CI build to find requirements
1 parent 39f21e5 commit 727f2a0

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

requirements.txt

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
amqp==5.2.0
2+
asgiref==3.8.1
3+
async-timeout==4.0.3
4+
attrs==23.2.0
5+
autocommand==2.2.2
6+
backports.csv==1.0.7
7+
backports.tarfile==1.1.1
8+
beautifulsoup4==4.12.3
9+
billiard==4.2.0
10+
bmt==1.4.0
11+
cattrs==23.2.3
12+
celery==5.4.0
13+
certifi==2024.2.2
14+
cffi==1.16.0
15+
charset-normalizer==3.3.2
16+
cheroot==10.0.1
17+
CherryPy==18.9.0
18+
click==8.1.7
19+
click-didyoumean==0.3.1
20+
click-plugins==1.1.1
21+
click-repl==0.3.0
22+
cryptography==42.0.5
23+
curies==0.7.9
24+
Deprecated==1.2.14
25+
deprecation==2.1.0
26+
Django==4.2.11
27+
django-cors-headers==4.3.1
28+
django-environ==0.11.2
29+
django-extensions==3.2.3
30+
django-filter==24.2
31+
django-hosts==6.0
32+
django-oauth-toolkit==2.3.0
33+
djangorestframework==3.15.1
34+
djangorestframework-simplejwt==5.3.1
35+
exceptiongroup==1.2.1
36+
feedparser==6.0.11
37+
flower==2.0.1
38+
future==1.0.0
39+
hbreader==0.9.1
40+
humanize==4.9.0
41+
idna==3.7
42+
importlib-metadata==7.0.0
43+
inflect==7.2.0
44+
iniconfig==2.0.0
45+
isodate==0.6.1
46+
jaraco.collections==5.0.1
47+
jaraco.context==5.3.0
48+
jaraco.functools==4.0.1
49+
jaraco.text==3.12.0
50+
joblib==1.4.0
51+
json-flattener==0.1.9
52+
jsonasobj2==1.0.4
53+
jsonschema==4.21.1
54+
jsonschema-specifications==2023.12.1
55+
jwcrypto==1.5.6
56+
kombu==5.3.7
57+
linkml-runtime==1.7.5
58+
lxml==5.2.1
59+
more-itertools==10.2.0
60+
mysqlclient==2.2.4
61+
nltk==3.8.1
62+
numpy==1.26.4
63+
oauthlib==3.2.2
64+
opentelemetry-api==1.24.0
65+
opentelemetry-instrumentation==0.45b0
66+
opentelemetry-instrumentation-django==0.45b0
67+
opentelemetry-instrumentation-wsgi==0.45b0
68+
opentelemetry-sdk==1.24.0
69+
opentelemetry-semantic-conventions==0.45b0
70+
opentelemetry-util-http==0.45b0
71+
packaging==24.0
72+
pandas==2.2.2
73+
Pattern==3.6
74+
pdfminer.six==20231228
75+
platformdirs==4.2.1
76+
pluggy==1.5.0
77+
portend==3.2.0
78+
prefixcommons==0.1.12
79+
prefixmaps==0.2.4
80+
prometheus_client==0.20.0
81+
prompt-toolkit==3.0.43
82+
psycopg2-binary==2.9.9
83+
pycparser==2.22
84+
pydantic==1.10.12
85+
PyJWT==2.8.0
86+
pyparsing==3.1.2
87+
pytest==8.1.1
88+
pytest-logging==2015.11.4
89+
python-dateutil==2.9.0.post0
90+
python-docx==1.1.0
91+
PyTrie==0.4.0
92+
pytz==2024.1
93+
PyYAML==6.0.1
94+
rdflib==7.0.0
95+
reasoner-pydantic==5.0.2
96+
redis==5.0.4
97+
referencing==0.34.0
98+
regex==2024.4.16
99+
requests==2.31.0
100+
requests-cache==1.2.0
101+
rpds-py==0.18.0
102+
scipy==1.13.0
103+
sgmllib3k==1.0.0
104+
six==1.16.0
105+
sortedcontainers==2.4.0
106+
soupsieve==2.5
107+
sqlparse==0.5.0
108+
stringcase==1.2.0
109+
tempora==5.5.1
110+
tomli==2.0.1
111+
tornado==6.4
112+
tqdm==4.66.2
113+
typeguard==4.2.1
114+
typing_extensions==4.11.0
115+
tzdata==2024.1
116+
url-normalize==1.4.3
117+
urllib3==2.2.1
118+
uWSGI==2.0.25.1
119+
vine==5.1.0
120+
wcwidth==0.2.13
121+
wrapt==1.16.0
122+
zc.lockfile==3.0.post1
123+
zipp==3.18.1

0 commit comments

Comments
 (0)