Przeglądaj źródła

13850 add requests to requirements

Arthur 2 lat temu
rodzic
commit
4d13f4d252
2 zmienionych plików z 5 dodań i 0 usunięć
  1. 4 0
      base_requirements.txt
  2. 1 0
      requirements.txt

+ 4 - 0
base_requirements.txt

@@ -120,6 +120,10 @@ psycopg[binary,pool]
 # https://github.com/yaml/pyyaml/blob/master/CHANGES
 PyYAML
 
+# Requests
+# https://github.com/psf/requests/blob/main/HISTORY.md
+requests
+
 # Sentry SDK
 # https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md
 sentry-sdk

+ 1 - 0
requirements.txt

@@ -27,6 +27,7 @@ netaddr==0.9.0
 Pillow==10.0.1
 psycopg[binary,pool]==3.1.11
 PyYAML==6.0.1
+requests==2.28.1
 sentry-sdk==1.31.0
 social-auth-app-django==5.3.0
 social-auth-core[openidconnect]==4.4.2