Skip to content

Commit

Permalink
Merge pull request #33 from clarin-eric/dev
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
andmor- authored Sep 15, 2020
2 parents 3396a15 + b1aad3d commit 4fdc4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Centre-Registry-config/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name='centre_registry_config',
use_scm_version={
"root": "..",
"fallback_version": "2.3.0.dev0"
"fallback_version": "2.3.1.dev0"
},
setup_requires=['setuptools_scm'],
packages=['centre_registry_project'],
Expand Down
6 changes: 3 additions & 3 deletions centre-registry-app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

from setuptools import setup

INSTALL_REQUIRES = ['Django==2.2.14', 'django-debug-toolbar==2.1']
TEST_REQUIRES = ['lxml==4.5.0', 'selenium==3.141.0', 'jsonschema==3.1.1', 'django-test-migrations==0.2.0']
INSTALL_REQUIRES = ['Django==2.2.16', 'django-debug-toolbar==2.1']
TEST_REQUIRES = ['lxml==4.5.2', 'selenium==3.141.0', 'jsonschema==3.2.0', 'django-test-migrations==1.0.0']

chdir(normpath(join(abspath(__file__), pardir)))
setup(
name='centre_registry_app',
use_scm_version={
"root": "..",
"fallback_version": "2.3.0.dev0"
"fallback_version": "2.3.1.dev0"
},
setup_requires=['setuptools_scm'],
packages=['centre_registry'],
Expand Down

0 comments on commit 4fdc4ae

Please sign in to comment.