Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
monitor-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
a34d8d6b
authored
Nov 02, 2025
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python3.9
parent
951b1c5c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
manage.py
+1
-1
requirements/base.txt
+2
-2
requirements/install_first.txt
+3
-0
No files found.
manage.py
View file @
a34d8d6b
...
...
@@ -11,7 +11,7 @@ def main():
if
len
(
sys
.
argv
)
<
2
:
print
(
"usage: manage.py run"
)
if
len
(
sys
.
argv
)
is
not
2
and
sys
.
argv
[
1
]
is
not
"run"
:
if
len
(
sys
.
argv
)
!=
2
and
sys
.
argv
[
1
]
!=
"run"
:
print
(
"[ERROR] Command cannot be parsed. Exiting..."
)
return
...
...
requirements/base.txt
View file @
a34d8d6b
pika
==1.2.0
psutil
==2.1.1
pika
psutil
requirements/install_first.txt
0 → 100644
View file @
a34d8d6b
setuptools>=58,<70
pip<24
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment