Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
I resisted putting in yet another description of dependencies and
another top-level file, but I'm now adding requirements.txt to try and
help GitHub detect project dependencies. At some point it may be worth
looking into Pipenv or similar.
  • Loading branch information
goodmami committed Dec 18, 2019
1 parent 91b62c4 commit 24a3906
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ these changes are prefixed with "**BREAKING**"

(no unreleased changes yet)

### Added

* `requirements.txt` mainly to try and help GitHub detect dependencies

### Changed

* `delphin.mrs.is_isomorphic()` no longer uses NetworkX
Expand Down
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
delphin.highlight==1.0.0
falcon==2.0.0
penman==0.6.2
regex==2019.11.1
requests==2.22.0
setuptools>=38.6.0
sphinx==2.2.0
sphinx-rtd-theme==0.4.3
twine>=1.11.0
wheel>=0.31.0

0 comments on commit 24a3906

Please sign in to comment.