File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ tg_bot/config.py
66.directory
77.vscode
88* .env *
9+ * .DS_Store *
910
1011# Created by https://www.gitignore.io/api/python
1112# Edit at https://www.gitignore.io/?templates=python
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/psf/black
3+ rev : stable
4+ hooks :
5+ - id : black
6+ default_language_version :
7+ python : python3.6
Original file line number Diff line number Diff line change 1+ [tool .black ]
2+ include = ' \.pyi?$'
3+ exclude = '''
4+ /(
5+ \.git
6+ | \.hg
7+ | \.tox
8+ | \.venv
9+ | _build
10+ | buck-out
11+ | build
12+ | dist
13+ | \.Pipfile*
14+ | \.gitignore
15+ )/
16+ '''
Original file line number Diff line number Diff line change @@ -6,13 +6,33 @@ verify_ssl = true
66[dev-packages ]
77
88[packages ]
9- future = " *"
10- emoji = " *"
11- requests = " *"
12- python-telegram-bot = " >=11.1.0"
13- psycopg2-binary = " *"
14- feedparser = " *"
15- SQLAlchemy = " *"
9+ future = " ==0.17.1"
10+ emoji = " ==0.5.3"
11+ requests = " ==2.22.0"
12+ python-telegram-bot = " ==11.1.0"
13+ psycopg2-binary = " ==2.8.3"
14+ feedparser = " ==5.2.1"
15+ SQLAlchemy = " ==1.3.6"
16+ pre-commit = " ==1.18.0"
17+ asn1crypto = " ==0.24.0"
18+ certifi = " ==2019.6.16"
19+ cffi = " ==1.12.3"
20+ cfgv = " ==2.0.1"
21+ chardet = " ==3.0.4"
22+ cryptography = " ==2.7"
23+ identify = " ==1.4.5"
24+ idna = " ==2.8"
25+ importlib-metadata = " ==0.19"
26+ nodeenv = " ==1.3.3"
27+ pycparser = " ==2.19"
28+ six = " ==1.12.0"
29+ toml = " ==0.10.0"
30+ urllib3 = " ==1.25.3"
31+ virtualenv = " ==16.7.2"
32+ zipp = " ==0.5.2"
33+ "aspy.yaml" = " ==1.3.0"
34+ importlib_resources = " ==1.0.2"
35+ PyYAML = " ==5.1.2"
1636
1737[requires ]
1838python_version = " 3.6"
Original file line number Diff line number Diff line change 1- future
2- emoji
3- requests
4- sqlalchemy
5- python-telegram-bot >= 11.1.0
6- psycopg2-binary
7- feedparser
1+ -i https://pypi.org/simple
2+ asn1crypto == 0.24.0
3+ aspy.yaml == 1.3.0
4+ certifi == 2019.6.16
5+ cffi == 1.12.3
6+ cfgv == 2.0.1
7+ chardet == 3.0.4
8+ cryptography == 2.7
9+ emoji == 0.5.3
10+ feedparser == 5.2.1
11+ future == 0.17.1
12+ identify == 1.4.5
13+ idna == 2.8
14+ importlib-metadata == 0.19
15+ importlib-resources == 1.0.2 ; python_version < '3.7'
16+ nodeenv == 1.3.3
17+ pre-commit == 1.18.0
18+ psycopg2-binary == 2.8.3
19+ pycparser == 2.19
20+ python-telegram-bot == 11.1.0
21+ pyyaml == 5.1.2
22+ requests == 2.22.0
23+ six == 1.12.0
24+ sqlalchemy == 1.3.6
25+ toml == 0.10.0
26+ urllib3 == 1.25.3
27+ virtualenv == 16.7.2
28+ zipp == 0.5.2
You can’t perform that action at this time.
0 commit comments