Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #272 from multinet-app/update-pipfile
Browse files Browse the repository at this point in the history
Restructure packages/dev-packages
  • Loading branch information
jjnesbitt committed Feb 4, 2020
2 parents dcfe750 + 2b15df6 commit c212843
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 138 deletions.
12 changes: 7 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
# Core packages
multinet = {path = ".",editable = true}
python-arango = "==4.4.0"
newick = "==0.9.2"
Expand All @@ -13,7 +12,12 @@ requests = "==2.22.0"
webargs = "==5.4.0"
flask = "==1.1.1"
flask-cors = "==3.0.8"
# Dev packages
flasgger = "*"
typing-extensions = "*"
uwsgi = "*"
sentry-sdk = {extras = ["flask"],version = "==0.14.1"}

[dev-packages]
black = "==19.3b0"
flake8 = "==3.7.8"
flake8-black = "==0.1.0"
Expand All @@ -32,9 +36,7 @@ pytest-cov = "==2.7.1"
pytest-xdist = "==1.29.0"
recommonmark = "==0.5.0"
pre-commit = "==1.18.2"
flasgger = "*"
uwsgi = "*"
sentry-sdk = {extras = ["flask"],version = "==0.14.1"}


[requires]
python_version = "3.7"
Expand Down

0 comments on commit c212843

Please sign in to comment.