We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d53fdd commit cd166adCopy full SHA for cd166ad
requirements.txt
@@ -1,5 +1,5 @@
1
#
2
-# This file is autogenerated by pip-compile with Python 3.12
+# This file is autogenerated by pip-compile with Python 3.11
3
# by the following command:
4
5
# pip-compile --output-file=requirements.txt requirements.txt.in
@@ -87,6 +87,8 @@ requests-toolbelt==1.0.0
87
# via copr
88
rich==12.6.0
89
# via typer
90
+rpm==0.3.1
91
+ # via -r requirements.txt.in
92
shellingham==1.5.4
93
94
six==1.16.0
requirements.txt.in
@@ -14,3 +14,4 @@ copr==2.0
14
requests==2.32.3
15
fnc
16
coverage==7.6.4
17
+rpm
0 commit comments