forked from RedHatInsights/astro-virtual-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
41 lines (35 loc) · 681 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "*"
python-decouple = "*"
requests = ">=2.31.0"
rapidfuzz = "*"
jsonpickle = "*"
app-common-python = "==0.2.6"
boto3 = ">=1.24.89"
logstash-formatter = ">=0.5.17"
prometheus-client = ">=0.14.1"
pyjwt = ">=2.7.0"
watchtower = ">=3.0.0"
websockets = "==10.0"
aiohttp = ">=3.8.6"
[dev-packages]
pyopenssl = ">=23.2.0"
pytest = "*"
black = ">=23.9.1"
gspread = "*"
google = "*"
pyyaml = "*"
[api-packages]
rasa = "==3.6.15"
[action-packages]
rasa-sdk = "==3.7.1"
[internal-packages]
flask = ">=3.0.0"
sqlalchemy = "<2.1"
psycopg2-binary = "*"
[requires]
python_version = "3.9"