Skip to content

Commit

Permalink
Update package licence check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmassen-hane committed Jun 21, 2023
1 parent 2385ed6 commit d017754
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions academic_observatory_workflows/workflows/pubmed_telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
from datetime import timedelta
from typing import Union, Dict, List

import glob

# Google Biguery
from google.cloud import bigquery
from google.cloud.bigquery import SourceFormat
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ nltk==3.*
Deprecated>1,<2
limits>3,<4
xmlschema>=2.2.2
biopython>=1.81
biopython>=1.81,<2
Pympler>=1.0.1
5 changes: 4 additions & 1 deletion strategy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ pendulum: >=1.4.4
Pillow: >=7.2.0

# Precipy was developed for the project, a license will be added to the repo shortly
precipy: >=0.2.2
precipy: >=0.2.2

# BSD-3. License: https://github.com/biopython/biopython/blob/master/LICENSE.rst
biopython: >=1.81,<2

0 comments on commit d017754

Please sign in to comment.