pg-13 commited on
Commit
8810755
1 Parent(s): 705ce67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -12
requirements.txt CHANGED
@@ -1,15 +1,6 @@
1
  # This file may be used to create an environment using:
2
  # $ conda create --name <env> --file <this file>
3
  # platform: osx-64
4
- dataclasses
5
- flask==2.0.3
6
- itsdangerous==2.0.1
7
- jinja2==3.0.3
8
- krb5
9
- markupsafe
10
- psycopg2
11
- readline
12
- setuptools
13
- tk
14
- werkzeug
15
- wheel
 
1
  # This file may be used to create an environment using:
2
  # $ conda create --name <env> --file <this file>
3
  # platform: osx-64
4
+ Flask==2.1.2
5
+ Werkzeug==2.1.2
6
+ psycopg2-binary==2.9.3