mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
add auth for copilot and agents
This commit is contained in:
parent
cdc96e7ce3
commit
ad4ea23d79
14 changed files with 173 additions and 43 deletions
|
|
@ -1,51 +1,82 @@
|
|||
annotated-types==0.7.0
|
||||
anyio==4.6.2
|
||||
anyio==4.8.0
|
||||
beautifulsoup4==4.12.3
|
||||
blinker==1.8.2
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.4.0
|
||||
click==8.1.7
|
||||
blinker==1.9.0
|
||||
build==1.2.2.post1
|
||||
CacheControl==0.14.2
|
||||
certifi==2024.12.14
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
cleo==2.1.0
|
||||
click==8.1.8
|
||||
crashtest==0.4.1
|
||||
distlib==0.3.9
|
||||
distro==1.9.0
|
||||
dnspython==2.7.0
|
||||
dulwich==0.22.7
|
||||
et_xmlfile==2.0.0
|
||||
eval_type_backport==0.2.0
|
||||
firecrawl==1.4.0
|
||||
Flask==3.0.3
|
||||
eval_type_backport==0.2.2
|
||||
fastjsonschema==2.21.1
|
||||
filelock==3.17.0
|
||||
firecrawl==1.9.0
|
||||
Flask==3.1.0
|
||||
gunicorn==23.0.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.6
|
||||
httpcore==1.0.7
|
||||
httpx==0.27.2
|
||||
idna==3.10
|
||||
installer==0.7.0
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.4
|
||||
jaraco.classes==3.4.0
|
||||
jaraco.context==6.0.1
|
||||
jaraco.functools==4.1.0
|
||||
Jinja2==3.1.5
|
||||
jiter==0.6.1
|
||||
jsonpath-python==1.0.6
|
||||
keyring==25.6.0
|
||||
lxml==5.3.0
|
||||
markdownify==0.13.1
|
||||
MarkupSafe==3.0.2
|
||||
more-itertools==10.6.0
|
||||
msgpack==1.1.0
|
||||
mypy-extensions==1.0.0
|
||||
nest-asyncio==1.6.0
|
||||
numpy==2.1.2
|
||||
openai==1.52.2
|
||||
numpy==2.2.1
|
||||
openai==1.59.7
|
||||
openpyxl==3.1.5
|
||||
packaging==24.2
|
||||
pandas==2.2.3
|
||||
pydantic==2.9.2
|
||||
pydantic_core==2.23.4
|
||||
pkginfo==1.12.0
|
||||
platformdirs==4.3.6
|
||||
poetry==2.0.1
|
||||
poetry-core==2.0.1
|
||||
pycparser==2.22
|
||||
pydantic==2.10.5
|
||||
pydantic_core==2.27.2
|
||||
pymongo==4.10.1
|
||||
python-dateutil==2.8.2
|
||||
pyproject_hooks==1.2.0
|
||||
python-dateutil==2.9.0.post0
|
||||
python-docx==1.1.2
|
||||
python-dotenv==1.0.1
|
||||
pytz==2024.2
|
||||
RapidFuzz==3.11.0
|
||||
requests==2.32.3
|
||||
setuptools==75.1.0
|
||||
six==1.16.0
|
||||
requests-toolbelt==1.0.0
|
||||
setuptools==75.8.0
|
||||
shellingham==1.5.4
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
soupsieve==2.6
|
||||
tabulate==0.9.0
|
||||
tqdm==4.66.5
|
||||
tomlkit==0.13.2
|
||||
tqdm==4.67.1
|
||||
trove-classifiers==2025.1.15.22
|
||||
typing-inspect==0.9.0
|
||||
typing_extensions==4.12.2
|
||||
tzdata==2024.2
|
||||
urllib3==2.2.3
|
||||
urllib3==2.3.0
|
||||
virtualenv==20.29.1
|
||||
websockets==13.1
|
||||
Werkzeug==3.0.5
|
||||
wheel==0.44.0
|
||||
Werkzeug==3.1.3
|
||||
wheel==0.44.0
|
||||
xattr==1.1.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue