Skip to content

Commit

Permalink
Merge pull request #114 from blablatdinov/split-transitive-dependencies
Browse files Browse the repository at this point in the history
Split transitive dependencies
  • Loading branch information
yegor256 authored Oct 3, 2024
2 parents d3f8095 + 63acf0e commit 1476a32
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 2 deletions.
37 changes: 37 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# MIT License
#
# Copyright (c) 2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# pip-compile requirements.in > requirements.txt

# Runtime dependencies

httpx==0.27.2
PyYAML==6.0.2

# Dev dependencies

respx==0.21.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-randomly==3.15.0
time-machine==2.15.0
more-itertools==10.5.0
41 changes: 39 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,57 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements.in
#
anyio==4.6.0
# via httpx
certifi==2024.8.30
coverage==7.6.1
# via
# httpcore
# httpx
coverage[toml]==7.6.1
# via pytest-cov
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via
# -r requirements.in
# respx
idna==3.10
# via
# anyio
# httpx
iniconfig==2.0.0
# via pytest
more-itertools==10.5.0
# via -r requirements.in
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
# via
# -r requirements.in
# pytest-cov
# pytest-randomly
pytest-cov==5.0.0
# via -r requirements.in
pytest-randomly==3.15.0
# via -r requirements.in
python-dateutil==2.9.0.post0
PyYAML==6.0.2
# via time-machine
pyyaml==6.0.2
# via -r requirements.in
respx==0.21.1
# via -r requirements.in
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
time-machine==2.15.0
# via -r requirements.in

0 comments on commit 1476a32

Please sign in to comment.