Skip to content
Snippets Groups Projects
Commit 193eeaef authored by tuhe's avatar tuhe
Browse files

Viewing of remote results

parent fcee9cd1
No related branches found
Tags v0.3.1
No related merge requests found
...@@ -3,7 +3,7 @@ Use this guide: ...@@ -3,7 +3,7 @@ Use this guide:
https://packaging.python.org/tutorials/packaging-projects/ https://packaging.python.org/tutorials/packaging-projects/
py -m build && twine upload dist/* py -m build && twine upload dist/*
linux: python -m build && twine upload dist/* linux: python -m build && python -m twine upload dist/*
git add . && git commit -m"updates" && git push git add . && git commit -m"updates" && git push
sudo pip install -e ./ sudo pip install -e ./
......
Metadata-Version: 2.1 Metadata-Version: 2.1
Name: unitgrade Name: unitgrade
Version: 0.1.30.8 Version: 0.1.30.9
Summary: A student homework/exam evaluation framework build on pythons unittest framework. Summary: A student homework/exam evaluation framework build on pythons unittest framework.
Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade
Author: Tue Herlau Author: Tue Herlau
......
...@@ -6,6 +6,7 @@ colorama ...@@ -6,6 +6,7 @@ colorama
tqdm tqdm
importnb importnb
requests requests
pandas
watchdog watchdog
flask_socketio flask_socketio
flask flask
......
__version__ = "0.1.30.8" __version__ = "0.1.30.9"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment