Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
callidus
Machina Callida
Commits
34029c73
Commit
34029c73
authored
Apr 30, 2020
by
Konstantin Schulz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing dependencies (coverage & psycopg2)
parent
e6c8016d
Pipeline
#11427
failed with stages
in 3 minutes and 5 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
mc_backend/requirements.txt
mc_backend/requirements.txt
+3
-0
mc_backend/tests.py
mc_backend/tests.py
+1
-1
No files found.
mc_backend/requirements.txt
View file @
34029c73
...
...
@@ -11,6 +11,7 @@ cffi==1.14.0
chardet==3.0.4
click==7.1.2
conllu==2.3.2
coverage==5.1
cycler==0.10.0
decorator==4.4.2
docutils==0.15.2
...
...
@@ -40,6 +41,8 @@ MyCapytain==3.0.2
networkx==2.4
numpy==1.18.3
Pillow==7.1.2
psycopg2==2.8.5
psycopg2-binary==2.8.5
pycparser==2.20
PyLD==2.0.2
pyparsing==2.4.7
...
...
mc_backend/tests.py
View file @
34029c73
"""Unit tests for testing the application functionality."""
# TODO: TEST BLINKER
&
GUNICORN IMPORTS
# TODO: TEST BLINKER
,
GUNICORN
, PSYCOPG2-BINARY AND COVERAGE
IMPORTS
import
copy
import
logging
import
ntpath
...
...
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