$ which python > /Users/aleksan/.pyenv/shims/python mkdir error-pip cd error-pip python -m venv .venv source .venv/bin/activate > (.venv) [~/error-pip] git init > Initialized empty Git repository in /Users/alek
pre-commit # Install prod $ pip install -r requirements.txt # Install both dev and prod $ pip install -r requirements-dev.txt Poetry Poetry通过支持一个文件中的分组,简化了对依赖关系的管理。这使你能够在一个地方跟踪所有的依赖关系。 $ poetry add numpy pandas $ poetry add --group dev pytest ...
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows - Update uv, pip and pre-commit versions automatically in more places. · apache/airflow@52e4dc4
pre-commit==2.1.0 prettytable==0.7.2 proglog==0.1.9 progress==1.5 progressbar2==3.43.1 prometheus-client==0.8.0 prompt-toolkit==1.0.15 protobuf==3.12.2 psutil==5.6.7 py==1.9.0 py4j==0.10.9 pyarrow==2.0.0 pyasn1==0.4.2 pyasn1-modules==0.2.1 PyAudio==0.2.11 PyAutoGUI==0.9...
pre-commit # Install prod $ pip install -r requirements.txt # Install both dev and prod $ pip install -r requirements-dev.txt Poetry Poetry通过支持一个文件中的分组,简化了对依赖关系的管理。这使你能够在一个地方跟踪所有的依赖关系。 $ poetry add numpy pandas ...
warning:no previously-included files found matching'.pre-commit-config.yaml' warning:no previously-included files found matching'.pre-commit-config-slow.yaml' warning:no previously-included files found matching'tox.ini' warning:no previously-included files found matching'noxfile.py' ...
You might usepip-compileas a hook for thepre-commit. Seepre-commit docsfor instructions. Sample.pre-commit-config.yaml: repos:-repo:https://github.com/jazzband/pip-toolsrev:7.4.1hooks:-id:pip-compile You might want to customizepip-compileargs by configuringargsand/orfiles, for example: ...
$ poetry add numpy pandas $ poetry add --group dev pytest pre-commit # pyproject.toml [tool.poetry.dependencies] python = "^3.8" pandas = "^2.0" numpy = "^1.24.3" [tool.poetry.group.dev.dependencies] pytest = "^7.3.2" pre-commit = "^3.3.2" 要仅安装生产依赖项: $ poetry install...
pre-commit# Install prod$ pip install-r requirements.txt# Install both dev and prod$ pip install-r requirements-dev.txt 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. Poetry Poetry通过支持一个文件中的分组,简化了对依赖关系的管理。这使你能够在一个地方跟踪所有的依赖关系。
pre-commit 1.15.1 preshed 2.0.1 promise 2.2.1 prompt-toolkit 1.0.15 protobuf 3.7.1 psutil 5.4.5 py 1.5.3 py-translate 1.0.3 pybind11 2.2.4 pycodestyle 2.4.0 pycosat 0.6.3 pycparser 2.18 pycrypto 2.6.1 pycurl 7.43.0.1 pydot 1.4.1 ...