Skip to content

Commit

Permalink
Merge pull request db0#50 from fixmycode/main
Browse files Browse the repository at this point in the history
Declare dependencies in project metadata
  • Loading branch information
db0 authored Jul 8, 2023
2 parents 3933811 + 7ecc705 commit ba2a3a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- name: "🤖 Announce on lemmy.dbzer0.com"
if: ${{ steps.release.outputs.version != '' }}
run: |
python -m pip install -r requirements.txt
python -m pip install -e .
python .github/publish_on_lemmy.py ${{ steps.release.outputs.version }}
env:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ classifiers = [
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
]
dependencies = [
"requests >= 2.31.0, < 3.0.0"
]

[project.urls]
"Homepage" = "https://github.com/db0/pythorhead"

[tool.setuptools]
license-files = ["LICENSE", "CHANGELOG*"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[options.index-client]
extra-index-urls = ["https://download.pytorch.org/whl/cu118"]

Expand Down
Binary file removed requirements.txt
Binary file not shown.

0 comments on commit ba2a3a7

Please sign in to comment.