-
- Downloads
Merge branch 'master' of git.fsmpi.rwth-aachen.de:protokollsystem/proto3
Showing
- DEVELOPMENT.md 36 additions, 4 deletionsDEVELOPMENT.md
- auth.py 46 additions, 1 deletionauth.py
- config.py.example 10 additions, 3 deletionsconfig.py.example
- models/database.py 2 additions, 0 deletionsmodels/database.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- tasks.py 3 additions, 3 deletionstasks.py
- templates/protocol-template.txt 5 additions, 0 deletionstemplates/protocol-template.txt
... | @@ -32,7 +32,7 @@ MarkupSafe==0.23 | ... | @@ -32,7 +32,7 @@ MarkupSafe==0.23 |
nose==1.3.7 | nose==1.3.7 | ||
packaging==16.8 | packaging==16.8 | ||
pathtools==0.1.2 | pathtools==0.1.2 | ||
psycopg2==2.6.2 | psycopg2==2.7.4 | ||
pyasn1==0.2.3 | pyasn1==0.2.3 | ||
Pygments==2.2.0 | Pygments==2.2.0 | ||
pyldap==2.4.28 | pyldap==2.4.28 | ||
... | @@ -41,6 +41,7 @@ python-dateutil==2.6.0 | ... | @@ -41,6 +41,7 @@ python-dateutil==2.6.0 |
python-editor==1.0.3 | python-editor==1.0.3 | ||
python-engineio==1.2.2 | python-engineio==1.2.2 | ||
python-Levenshtein==0.12.0 | python-Levenshtein==0.12.0 | ||
python-pam==1.8.2 | |||
python-socketio==1.7.1 | python-socketio==1.7.1 | ||
pytz==2016.10 | pytz==2016.10 | ||
PyYAML==3.12 | PyYAML==3.12 | ||
... | ... |
Please register or sign in to comment