Skip to content

Commit

Permalink
test compile requirements with pip tools
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Dec 18, 2024
1 parent cdd14c4 commit a6b678e
Showing 1 changed file with 127 additions and 11 deletions.
138 changes: 127 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,127 @@
pytest~=7.0.0
mypy~=1.7.1
black~=23.7.0
isort~=5.12.0
pytest-cov
pre-commit~=3.5.0
types-PyYAML~=6.0.12.12
antlr4-tools~=0.2.1
pandas~=2.0.3
pandas-stubs<=2.0.3
antares>=0.3.25
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
absl-py==2.1.0
# via ortools
annotated-types==0.7.0
# via pydantic
antares==0.3.25.0
# via
# -r requirements-dev.in
# -r requirements.txt
antlr4-python3-runtime==4.13.1
# via -r requirements.txt
antlr4-tools==0.2.1
# via -r requirements-dev.in
attrs==24.3.0
# via pytest
black==23.7.0
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via black
coverage[toml]==7.6.9
# via pytest-cov
decorator==5.1.1
# via antares
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via virtualenv
identify==2.6.3
# via pre-commit
immutabledict==4.2.1
# via ortools
iniconfig==2.0.0
# via pytest
install-jdk==1.1.0
# via antlr4-tools
isort==5.12.0
# via -r requirements-dev.in
mypy==1.7.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.9.1
# via pre-commit
numpy==1.24.4
# via
# -r requirements.txt
# antares
# ortools
# pandas
# pandas-stubs
# scipy
ortools==9.9.3963
# via -r requirements.txt
packaging==24.2
# via
# black
# pytest
pandas==2.0.3
# via
# -r requirements-dev.in
# ortools
pandas-stubs==2.0.2.230605
# via -r requirements-dev.in
pathspec==0.12.1
# via black
platformdirs==4.3.6
# via
# black
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements-dev.in
protobuf==5.29.2
# via ortools
py==1.11.0
# via pytest
pydantic==2.6.4
# via -r requirements.txt
pydantic-core==2.16.3
# via pydantic
pytest==7.0.1
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==6.0.0
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via
# -r requirements.txt
# pre-commit
scipy==1.10.1
# via -r requirements.txt
six==1.17.0
# via python-dateutil
tomli==2.2.1
# via pytest
tornado==6.4.2
# via antares
types-pytz==2024.2.0.20241003
# via pandas-stubs
types-pyyaml==6.0.12.20240917
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
# mypy
# pydantic
# pydantic-core
tzdata==2024.2
# via pandas
virtualenv==20.28.0
# via pre-commit
wheel==0.45.1
# via antares

0 comments on commit a6b678e

Please sign in to comment.