Skip to content

Instantly share code, notes, and snippets.

@snambi
Created June 5, 2020 21:31
Show Gist options
  • Save snambi/f4fecc78e96a1cb7e3aa3f3c47c806b0 to your computer and use it in GitHub Desktop.
Save snambi/f4fecc78e96a1cb7e3aa3f3c47c806b0 to your computer and use it in GitHub Desktop.
pyproject: dependencies hosted in internal artifactory
[tool.poetry]
name = "nlp_fasttext"
version = "0.1.0"
description = ""
authors = ["Nambi Sankaran <snambi@gmail.com>"]
[tool.poetry.dependencies]
python = "3.7.0"
fasttext = "0.9.2"
flask_restx = "0.2.0"
flask = "1.1.2"
click = "7.1.2"
nlp_admin = "0.1.0"
# Git dependencies
#nlp_admin = { git = "git@github.corp.ebay.com:PyNLP-Packages/admin_console.git", branch = "master" }
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[[tool.poetry.source]]
name = "test-pynlp"
url = 'http://10.148.189.6:3141/pynlp/pynlp'
secondary = true
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment