-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (27 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
28 lines (27 loc) · 1.18 KB
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
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################
beartype==0.12.0 ; python_full_version >= '3.7.0'
certifi==2022.12.7 ; python_version >= '3.6'
charset-normalizer==3.0.1
flet==0.3.2
graphviz==0.20.1 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
lolviz==1.4.4
numpy==1.24.1
oauthlib==3.2.2 ; python_version >= '3.6'
packaging==23.0 ; python_version >= '3.7'
repath==0.9.0
requests==2.28.2 ; python_version >= '3.7' and python_version < '4'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
urllib3==1.26.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
watchdog==2.2.1 ; python_version >= '3.6'
websocket-client==1.4.2 ; python_version >= '3.7'