Skip to content

Commit 139bffe

Browse files
committed
add .python-version and requirements-frozen.txt
1 parent f219d9f commit 139bffe

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ target/
8181
profile_default/
8282
ipython_config.py
8383

84-
# pyenv
85-
.python-version
86-
8784
# pipenv
8885
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
8986
# However, in case of collaboration, if having platform-specific dependencies or dependencies

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

requirements-frozen.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=requirements-frozen.txt pyproject.toml
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile pyproject.toml -o requirements-frozen.txt
73
caproto==1.2.0
84
# via forwarder (pyproject.toml)
95
configargparse==1.7.1
@@ -24,9 +20,9 @@ nose2==0.15.1
2420
# via p4p
2521
numpy==1.26.4
2622
# via
23+
# forwarder (pyproject.toml)
2724
# epicscorelibs
2825
# ess-streaming-data-types
29-
# forwarder (pyproject.toml)
3026
# p4p
3127
p4p==4.2.1
3228
# via forwarder (pyproject.toml)
@@ -36,12 +32,13 @@ prometheus-client==0.22.1
3632
# via forwarder (pyproject.toml)
3733
pvxslibs==1.4.0
3834
# via p4p
35+
setuptools==80.9.0
36+
# via
37+
# epicscorelibs
38+
# setuptools-dso
3939
setuptools-dso==2.12.2
4040
# via
4141
# epicscorelibs
4242
# pvxslibs
4343
tomli==2.2.1
4444
# via forwarder (pyproject.toml)
45-
46-
# The following packages are considered to be unsafe in a requirements file:
47-
# setuptools

0 commit comments

Comments
 (0)