- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 223 for REQUIREMENTS (0.04 sec)
-
docs/zh/docs/virtual-environments.md
<div class="termy"> ```console $ uv pip install -r requirements.txt ---> 100% ``` </div> //// /// details | 关于 `requirements.txt` 一个包含一些软件包的 `requirements.txt` 文件看起来应该是这样的: ```requirements.txt fastapi[standard]==0.113.0 pydantic==2.8.0 ``` /// ## 运行程序 在你激活虚拟环境后,你可以运行你的程序,它将使用虚拟环境中的 Python 和你在其中安装的软件包。
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 08 19:23:26 UTC 2024 - 21K bytes - Viewed (0) -
docs/ko/docs/virtual-environments.md
<div class="termy"> ```console $ uv pip install -r requirements.txt ---> 100% ``` </div> //// /// details | `requirements.txt` 다음은 몇 가지 패키지를 포함한 `requirements.txt`의 예시입니다: ```requirements.txt fastapi[standard]==0.113.0 pydantic==2.8.0 ``` /// ## 프로그램 실행
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri May 30 13:10:41 UTC 2025 - 25.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/SanityCheck.kt
} } triggers { vcs { branchFilter = "" enabled = VersionedSettingsBranch.fromDslContext().isMainBranch } } requirements { requiresOs(Os.LINUX) }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 978 bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
OperatingSystem.current().isLinux -> requirements = listOf("os=linux", dogfoodingTag) OperatingSystem.current().isWindows -> requirements = listOf("os=windows", dogfoodingTag) OperatingSystem.current().isMacOsX -> requirements = listOf("os=macos", dogfoodingTag) } } else { requirements = listOf(dogfoodingTag) }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0) -
docs/en/docs/project-generation.md
# Full Stack FastAPI Template { #full-stack-fastapi-template } Templates, while typically come with a specific setup, are designed to be flexible and customizable. This allows you to modify and adapt them to your project's requirements, making them an excellent starting point. 🏁 You can use this template to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 08 13:04:54 UTC 2025 - 2K bytes - Viewed (0) -
.github/labeler.yml
internal: - all: - changed-files: - any-glob-to-any-file: - .github/** - scripts/** - .gitignore - .pre-commit-config.yaml - pdm_build.py - requirements*.txt - docs/en/data/sponsors.yml - docs/en/overrides/main.html - all-globs-to-all-files: - '!docs/*/docs/**' - '!fastapi/**'Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Nov 23 20:10:04 UTC 2025 - 921 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/SmokeTests.kt
if (flakyTestStrategy != FlakyTestStrategy.ONLY) { // No need to split in FlakyTestQuarantine tcParallelTests(splitNumber) } requirements { // Smoke tests is usually heavy and the build time is twice on EC2 agents requiresNotEc2Agent() } applyTestDefaults( model, this,Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 1.8K bytes - Viewed (0) -
apache-maven/README.txt
Documentation ------------- The most up-to-date documentation can be found at https://maven.apache.org/. Release Notes ------------- The full list of changes, system requirements and related can be found at https://maven.apache.org/docs/history.html. Installing Maven ---------------- For complete documentation see https://maven.apache.org/download.html#Installation Licensing
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Aug 12 21:54:56 UTC 2024 - 1.2K bytes - Viewed (0) -
docs/changelogs/upgrading_to_okhttp_4.md
between ProGuard, OkHttp 4.x, and Kotlin-originated `.class` files. Make sure you’re on the latest release if you’re using ProGuard, Gradle ------ OkHttp 4’s minimum requirements are Java 8+ and Android 5+. These requirements were [first introduced][require_android_5] with OkHttp 3.13. Here’s what you need in `build.gradle` to target Java 8 byte code for Kotlin, Java, and Android plugins respectively.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 16:58:16 UTC 2022 - 10.9K bytes - Viewed (0) -
.github/workflows/test-redistribute.yml
run: | cd dist tar xvf fastapi*.tar.gz - name: Install test dependencies run: | cd dist/fastapi*/ pip install -r requirements-tests.txt env: TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }} - name: Run source distribution tests run: | cd dist/fastapi*/ bash scripts/test.shRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 21 13:03:21 UTC 2025 - 1.8K bytes - Viewed (0)