From f0f96f83c2630e890a2cbcab53f77fd4c37e1684 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Thu, 19 Feb 2026 02:43:23 -0500 Subject: Models, Project files, some pytests, requirements.. etc --- requirements.txt | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..04e12ab --- /dev/null +++ b/requirements.txt @@ -0,0 +1,105 @@ +git+ssh://code.g-r-l.com:6611/py-utils@v3.2.2 +aiohappyeyeballs==2.6.1 +aiohttp==3.13.0 +aiosignal==1.4.0 +annotated-types==0.7.0 +anyio==4.11.0 +asgi-lifespan==2.1.0 +attrs==25.4.0 +black==25.9.0 +boto3==1.40.51 +boto3-stubs==1.40.51 +botocore==1.40.51 +botocore-stubs==1.40.51 +cachetools==6.2.1 +certifi==2025.10.5 +charset-normalizer==3.4.3 +click==8.3.0 +cloudpickle==3.1.1 +dask==2025.7.0 +decorator==5.2.1 +Deprecated==1.2.18 +distributed==2025.7.0 +dnspython==2.8.0 +email-validator==2.3.0 +Faker==37.11.0 +fastapi==0.119.0 +frozenlist==1.8.0 +fsspec==2025.9.0 +geoip2==5.1.0 +h11==0.16.0 +httpcore==1.0.9 +httpx==0.28.1 +idna==3.11 +influxdb==5.3.2 +iniconfig==2.1.0 +Jinja2==3.1.6 +jmespath==1.0.1 +limits==5.6.0 +locket==1.0.0 +MarkupSafe==3.0.3 +maxminddb==2.8.2 +more-itertools==10.8.0 +msgpack==1.1.2 +multidict==6.7.0 +mypy-boto3-mturk==1.40.20 +mypy-boto3-sns==1.40.1 +mypy_extensions==1.1.0 +numpy==2.3.3 +packaging==25.0 +pandas==2.3.3 +pandera==0.26.1 +partd==1.4.2 +pathspec==0.12.1 +platformdirs==4.5.0 +pluggy==1.6.0 +propcache==0.4.1 +protobuf==6.32.1 +psutil==7.1.1 +psycopg==3.2.10 +pycountry==24.6.1 +pydantic==2.12.0 +pydantic-extra-types==2.10.6 +pydantic-settings==2.11.0 +pydantic_core==2.41.1 +Pygments==2.19.2 +pylibmc==1.6.3 +pymemcache==4.0.0 +PyMySQL==1.1.2 +pytest==8.4.2 +python-dateutil==2.9.0.post0 +python-dotenv==1.1.1 +pytokens==0.1.10 +pytz==2025.2 +PyYAML==6.0.3 +redis==6.4.0 +requests==2.32.5 +requests-mock==1.12.1 +s3transfer==0.14.0 +scipy==1.16.2 +sentry-sdk==2.41.0 +setuptools==80.9.0 +six==1.17.0 +slackclient==2.9.4 +sniffio==1.3.1 +sortedcontainers==2.4.0 +starlette==0.48.0 +tblib==3.2.0 +toolz==1.1.0 +tornado==6.5.2 +typeguard==4.4.4 +types-awscrt==0.28.1 +types-s3transfer==0.14.0 +typing-inspect==0.9.0 +typing-inspection==0.4.2 +typing_extensions==4.15.0 +tzdata==2025.2 +ua-parser==1.0.1 +ua-parser-builtins==0.18.0.post1 +urllib3==2.5.0 +user-agents==2.2.0 +uvicorn==0.37.0 +wheel==0.45.1 +wrapt==1.17.3 +yarl==1.22.0 +zict==3.0.0 -- cgit v1.2.3