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
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ Use this guide:
https://packaging.python.org/tutorials/packaging-projects/
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
sudo pip install -e ./
......
Metadata-Version: 2.1
Name: unitgrade
Version: 0.1.30.8
Version: 0.1.30.9
Summary: A student homework/exam evaluation framework build on pythons unittest framework.
Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade
Author: Tue Herlau
......
......@@ -6,6 +6,7 @@ colorama
tqdm
importnb
requests
pandas
watchdog
flask_socketio
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.
Please register or to comment