Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PyGithub (0.19 sec)

  1. .github/actions/notify-translations/Dockerfile

    FROM python:3.9
    
    RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,<6.0.0"
    
    COPY ./app /app
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Sep 28 19:51:39 GMT 2023
    - 138 bytes
    - Viewed (0)
  2. .github/actions/people/Dockerfile

    FROM python:3.9
    
    RUN pip install httpx PyGithub "pydantic==2.0.2" pydantic-settings "pyyaml>=5.3.1,<6.0.0"
    
    COPY ./app /app
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Aug 03 14:12:28 GMT 2023
    - 156 bytes
    - Viewed (0)
  3. .github/actions/comment-docs-preview-in-pr/requirements.txt

    PyGithub
    pydantic>=2.5.3,<3.0.0
    pydantic-settings>=2.1.0,<3.0.0
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Jan 09 15:02:53 GMT 2024
    - 70 bytes
    - Viewed (0)
Back to top