Mercurial > hg
annotate contrib/packaging/requirements-macos.txt.in @ 51705:3876d4c6c79e
rustfmt: format the codebase with nightly-2024-07-16
The CI has moved to a newer nightly, which slightly changes how it wraps
comments (which is the very option we use nightly for).
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 18 Jul 2024 12:38:26 +0200 |
parents | 3d7bf111f01e |
children |
rev | line source |
---|---|
49836
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
1 # Declare macOS-specific requirements for generating |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
2 # the compiled (frozen) set of requirements in |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
3 # ./requirements-macos.txt. |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
4 # If run on Windows, it may be necessary to run dos2unix |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
5 # on the output file to replace any CRLF newlines with LF. |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
6 |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
7 # TODO: dulwich, pygit2, and pytest-vcr are flagged as being |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
8 # incompatible with in-memory resources. Maybe there's a |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
9 # way to bundle just them externally. |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
10 |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
11 docutils |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
12 #dulwich |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
13 |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
14 # Needed by the release note tooling |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
15 fuzzywuzzy |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
16 |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
17 keyring |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
18 #pygit2 |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
19 pygments |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
20 |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
21 # Needed by the phabricator tests |
3d7bf111f01e
packaging: add dependencies to the PyOxidizer build on macOS
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff
changeset
|
22 #pytest-vcr |