Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line arguments for custom filepaths #247

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

renkasiyas
Copy link
Contributor

Same old request but updated to latest changes: #207

diff --git a/.gitignore b/.gitignore
index bf01e38..8141428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -148,3 +148,4 @@ supported_coin_list.backup
 logs/
 .history/
 custom_scripts.json
+poetry.lock
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..6d18fa0
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,24 @@
+[tool.poetry]
+name = "telegram"
+version = "0.1.0"
+description = ""
+authors = ["Ren Kasiyas <[email protected]>"]
+readme = "README.md"
+
+[tool.poetry.dependencies]
+python = "^3.9"
+colorama = "0.4.4"
+configparser = "5.2.0"
+psutil = "5.9.0"
+python-telegram-bot = "13.11"
+pyyaml = "6.0"
+requests = "2.27.1"
+python-i18n = "0.3.9"
+matplotlib = ">=3.4.2"
+python-binance = ">=1.0.10"
+numpy = ">=1.20.3"
+
+
+[build-system]
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"
diff --git a/requirements.txt b/requirements.txt
index 7dfa31c..2192317 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,6 @@ python-telegram-bot==13.11
 pyyaml==6.0
 requests==2.27.1
 python-i18n==0.3.9
-matplotlib >= 3.4.2
-python-binance >= 1.0.10
-numpy >= 1.20.3
+matplotlib>=3.4.2
+python-binance>=1.0.10
+numpy>=1.20.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants