-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml.backup
145 lines (142 loc) · 3.21 KB
/
pyproject.toml.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Backup for Python 3.11 and Poetry 1.3.2
[tool.poetry]
name = "projects"
version = "0.1.0"
description = "Projects common Python interpreter"
authors = ["Alexander Nesterovich"]
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
Flask = "^2.1.2"
Flask-Admin = "^1.6.0"
Flask-Caching = "^2.0.1"
Flask-DebugToolbar = "^0.11.0"
Flask-Mail = "^0.9.1"
Flask-Sijax = "^0.4.1"
Flask-Testing = "^0.8.1"
Jinja2 = "^3.0.3"
PyMySQL = "^1.0.2"
SQLAlchemy = "^1.4.29"
SQLAlchemy-Utils = "^0.38.2"
WebTest = "^3.0.0"
alembic = "^1.7.5"
email-validator = "^1.1.3"
mongoengine = "^0.23.1"
#mysqlclient = "^2.1.0"
passlib = "^1.7.4"
progressbar2 = "^4.0.0"
pytest = "^7.0.0"
pytest-clarity = "^1.0.1"
pytest-cov = "^3.0.0"
python-dateutil = "^2.8.2"
python-dotenv = "^0.19.2"
redis = "^4.3.1"
requests = "^2.27.1"
sqlacodegen = "^2.3.0"
humanfriendly = "^10.0"
colorama = "^0.4.4"
uvloop = "^0.16.0"
aiohttp = "^3.8.1"
bs4 = "^0.0.1"
#cchardet = "^2.1.7"
codetiming = "^1.3.0"
unsync = "^1.4.0"
Django = "^4.0.6"
matplotlib = "^3.5.2"
numpy = "^1.23.1"
big-O-calculator = "^0.0.9"
pandas = "^1.4.3"
imageio = "^2.20.0"
ipython = "^8.4.0"
keras = "^2.9.0"
#tensorflow = "^2.9.1"
jupyter = "^1.0.0"
sympy = "^1.11"
mongita = "^1.1.1"
fastapi = "^0.82.0"
uvicorn = "^0.18.3"
allegro-pl-rest-api = "^2020.3.12"
pipdeptree = "^2.3.3"
yolk = "^0.4.3"
yolk3k = "^0.9"
selenium = "^4.6.0"
py3-validate-email = "^1.0.5"
pytypes = "^1.0b10"
celery = "^5.2.7"
rabbitmq = "^0.2.0"
cookiecutter = "^2.1.1"
coverage = "^6.5.0"
django-coverage-plugin = "^2.0.4"
Sphinx = "^5.3.0"
django-extensions = "^3.2.1"
Werkzeug = "^2.2.2"
django-test-plus = "^2.2.1"
factory-boy = "^3.2.1"
django-debug-toolbar = "^3.7.0"
pytest-django = "^4.5.2"
pytest-sugar = "^0.9.6"
wheel = "^0.38.4"
django-model-utils = "^4.3.1"
argon2-cffi = "^21.3.0"
pytz = "^2022.6"
django-celery-results = "^2.4.0"
django-environ = "^0.9.0"
mysql-connector-python = "^8.0.31"
patch-env = "^1.0.0"
progressbar = "^2.5"
APScheduler = "^3.9.1"
asyncpgsa = "^0.27.1"
ConfigArgParse = "^1.5.3"
psycopg2-binary = "^2.9.5"
pylama = "^8.4.1"
pytest-asyncio = "^0.20.3"
pytest-aiohttp = "^1.0.4"
more-itertools = "^9.0.0"
amqp = "^5.1.1"
asgiref = "^3.6.0"
async-timeout = "^4.0.2"
billiard = "^3.6.4.0"
click = "^8.1.3"
click-didyoumean = "^0.3.0"
click-plugins = "^1.1.1"
click-repl = "^0.2.0"
Deprecated = "^1.2.13"
kombu = "^5.2.4"
packaging = "^22.0"
prompt-toolkit = "^3.0.36"
pyparsing = "^3.0.9"
six = "^1.16.0"
sqlparse = "^0.4.3"
vine = "^5.0.0"
wcwidth = "^0.2.5"
wrapt = "^1.14.1"
tqdm = "^4.64.1"
big-O = "^0.10.2"
attrs = "^22.2.0"
attrdict = "^2.0.1"
Pympler = "^1.0.1"
dacite = "^1.7.0"
objgraph = "^3.5.0"
memory-profiler = "^0.61.0"
guppy3 = "^3.1.2"
frozendict = "^2.3.4"
scrapetube = "^2.3.1"
mypy = "^0.991"
poetry-multiproject-plugin = "^1.1.6"
django-browser-reload = "^1.6.0"
pywatchman = "^1.4.1"
markupsafe = "^2.1.2"
locust = "^2.14.2"
analyzer = {git = "https://github.com/Gustavcheg/api.git"}
djangorestframework = "^3.14.0"
markdown = "^3.4.1"
django-filter = "^22.1"
python-youtube = "^0.9.2"
pytube = "^15.0.0"
deepdiff = "^6.6.0"
httpx = "^0.25.0"
html-form-to-dict = "^2022.10.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.3.2"]
build-backend = "poetry.core.masonry.api"