Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib-cove-ocds - hacking it to be a specially speeded up version #124

Merged
1 commit merged into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
-e git+https://github.com/OpenDataServices/flatten-tool.git@v0.5.0#egg=flattentool
-e git+https://github.com/open-contracting/lib-cove-ocds.git@v0.1.0#egg=libcoveocds
# Normally lib-cove-ocds is v0.1.0 but we are hacking it to be a specially speeded up version.
# See https://github.com/open-contracting/lib-cove-ocds/issues/9
-e git+https://github.com/open-contracting/lib-cove-ocds.git@92e81528f2caf55b3b0a0971191bf3d0789e741b#egg=libcoveocds
ocdskit
Flask
alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e git+https://github.com/OpenDataServices/flatten-tool.git@4c13ef0b32a59e810919a3de09bc8f64ce8f9392#egg=flattentool
-e git+https://github.com/open-contracting/lib-cove-ocds.git@2487c7160bb102559d34039a14bdeea38e25d5b6#egg=libcoveocds
-e git+https://github.com/open-contracting/lib-cove-ocds.git@92e81528f2caf55b3b0a0971191bf3d0789e741b#egg=libcoveocds
ocdskit==0.0.5
Flask==1.0.2
alembic==1.0.7
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Jinja2==2.10
json-merge-patch==0.2
jsonref==0.2
jsonschema==3.0.1
-e git+https://github.com/open-contracting/lib-cove-ocds.git@2487c7160bb102559d34039a14bdeea38e25d5b6#egg=libcoveocds
-e git+https://github.com/open-contracting/lib-cove-ocds.git@92e81528f2caf55b3b0a0971191bf3d0789e741b#egg=libcoveocds
lxml==4.3.2
Mako==1.0.7
MarkupSafe==1.1.1
Expand Down