Skip to content

Commit

Permalink
Merge pull request #45 from uc-cdis/fix/dictionary-utils
Browse files Browse the repository at this point in the history
Update dictionary utils version
  • Loading branch information
BinamB committed Sep 8, 2020
2 parents b752a30 + c2a3575 commit 7808e51
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 142 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
main_test.py
*.pyc
sample_test_data/
# Distribution / packaging
*.egg-info/
101 changes: 0 additions & 101 deletions data_simulator.egg-info/PKG-INFO

This file was deleted.

24 changes: 0 additions & 24 deletions data_simulator.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion data_simulator.egg-info/dependency_links.txt

This file was deleted.

3 changes: 0 additions & 3 deletions data_simulator.egg-info/entry_points.txt

This file was deleted.

7 changes: 0 additions & 7 deletions data_simulator.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion data_simulator.egg-info/top_level.txt

This file was deleted.

8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ data-simulator = 'datasimulator.main:main'
[tool.poetry.dependencies]
python = "~3.5 || ~3.6"
cdislogging = "~=1.0.0"
dictionaryutils = "~3.0.2"
gen3datamodel = "~3.0.2"
gen3dictionary = "~2.0.1"
openpyxl = "2.6.4"
rstr = "2.2.6"
requests = "^2.18.0"
dictionaryutils = "^3.0.2"

[tool.poetry.dev-dependencies]
pytest = ">=3.5"
Expand Down

0 comments on commit 7808e51

Please sign in to comment.