This repository was archived by the owner on Apr 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestreq.txt
85 lines (59 loc) · 1.47 KB
/
testreq.txt
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
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.33.6
# Django
django==2.0.2 # pyup: >=1.10,<1.11
# Configuration
django-environ==0.4.5
whitenoise==4.1.3
# Forms
django-braces==1.13.0
django-crispy-forms==1.7.2
# Models
django-model-utils==3.2.0
# Images
Pillow==6.1.0
# Password storage
argon2-cffi==19.1.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.40.0
# On Windows, you must download/install psycopg2 manually
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2019.2
# Redis support
django-redis==4.10.0
redis>=2.10.5
# Celery support
celery==4.3.0
# Your custom requirements go here
# AWS
boto3==1.9.228
# Reporting
# I have made the django-sql-explorer more robust
git+git://github.com/drummonds/django-sql-explorer@0c2c642#egg=django-sql-explorer==1.1.1b
XlsxWriter==1.2.1
# Xero requests
pyxero==0.9.1
requests_oauthlib==1.2.0
# YAML support
pyyaml==5.1.2
# Path support
unipath==1.1
# Adding numpy and pandas for data manipulation
pandas==0.25.1
numpy==1.17.2
# Raven is the Sentry client
# Not used locally but is required to run make migrations
raven==6.10.0
# for formatting tables
django-tables2==2.1.0
requests==2.22.0
tablib==0.13.0
# for doing server side graphs
pygal==2.4.0